Skip to content

Commit f053289

Browse files
committed
Update some components and add new ones.
1 parent e9d81e3 commit f053289

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1245
-32
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,18 @@ The components in this library will be described below.
2525
- [Breadcrumb](https://github.com/macroing/simple-react-components/tree/master/documentation/breadcrumb) provides a component that defines a breadcrumb.
2626
- [Button](https://github.com/macroing/simple-react-components/tree/master/documentation/button) provides a component that defines a button.
2727
- [ButtonLink](https://github.com/macroing/simple-react-components/tree/master/documentation/button-link) provides a component that defines a button link.
28+
- [Calendar](https://github.com/macroing/simple-react-components/tree/master/documentation/calendar) provides a component that defines a calendar.
2829
- [Card](https://github.com/macroing/simple-react-components/tree/master/documentation/card) provides a component that defines a card.
2930
- [Carousel](https://github.com/macroing/simple-react-components/tree/master/documentation/carousel) provides a component that defines a carousel.
3031
- [Chip](https://github.com/macroing/simple-react-components/tree/master/documentation/chip) provides a component that defines a chip.
32+
- [ContextMenu](https://github.com/macroing/simple-react-components/tree/master/documentation/context-menu) provides a component that defines a context menu.
3133
- [Dialog](https://github.com/macroing/simple-react-components/tree/master/documentation/dialog) provides a component that defines a dialog.
3234
- [FileInputButtonLabel](https://github.com/macroing/simple-react-components/tree/master/documentation/file-input-button-label) provides a component that defines a file input button label.
3335
- [Footer](https://github.com/macroing/simple-react-components/tree/master/documentation/footer) provides a component that defines a footer.
3436
- [Form](https://github.com/macroing/simple-react-components/tree/master/documentation/form) provides a component that defines a form.
3537
- [Header](https://github.com/macroing/simple-react-components/tree/master/documentation/header) provides a component that defines a header.
38+
- [HoverContainer](https://github.com/macroing/simple-react-components/tree/master/documentation/hover-container) provides a component that defines a hover container.
39+
- [Icon](https://github.com/macroing/simple-react-components/tree/master/documentation/icon) provides a component that defines an icon.
3640
- [IconButton](https://github.com/macroing/simple-react-components/tree/master/documentation/icon-button) provides a component that defines an icon button.
3741
- [Image](https://github.com/macroing/simple-react-components/tree/master/documentation/image) provides a component that defines an image.
3842
- [ImageUploader](https://github.com/macroing/simple-react-components/tree/master/documentation/image-uploader) provides a component that defines an image uploader.
@@ -49,6 +53,7 @@ The components in this library will be described below.
4953
- [PopupMenu](https://github.com/macroing/simple-react-components/tree/master/documentation/popup-menu) provides a component that defines a popup menu.
5054
- [ProgressBar](https://github.com/macroing/simple-react-components/tree/master/documentation/progress-bar) provides a component that defines a progress bar.
5155
- [Select](https://github.com/macroing/simple-react-components/tree/master/documentation/select) provides a component that defines a select.
56+
- [Spinner](https://github.com/macroing/simple-react-components/tree/master/documentation/spinner) provides a component that defines a spinner.
5257
- [Stars](https://github.com/macroing/simple-react-components/tree/master/documentation/stars) provides a component that defines stars.
5358
- [TabPane](https://github.com/macroing/simple-react-components/tree/master/documentation/tab-pane) provides a component that defines a tab pane.
5459
- [Table](https://github.com/macroing/simple-react-components/tree/master/documentation/table) provides a component that defines a table.

dist/index/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index/src/Accordion.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index/src/Button.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index/src/Button.module.css.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)