Skip to content

Commit 85bbfad

Browse files
committed
Add some new components.
1 parent f053289 commit 85bbfad

File tree

118 files changed

+2691
-660
lines changed

Some content is hidden

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

118 files changed

+2691
-660
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ The components in this library will be described below.
2828
- [Calendar](https://github.com/macroing/simple-react-components/tree/master/documentation/calendar) provides a component that defines a calendar.
2929
- [Card](https://github.com/macroing/simple-react-components/tree/master/documentation/card) provides a component that defines a card.
3030
- [Carousel](https://github.com/macroing/simple-react-components/tree/master/documentation/carousel) provides a component that defines a carousel.
31+
- [Chat](https://github.com/macroing/simple-react-components/tree/master/documentation/chat) provides a component that defines a chat.
32+
- [ChatContainer](https://github.com/macroing/simple-react-components/tree/master/documentation/chat-container) provides a component that defines a chat container.
33+
- [ChatMessage](https://github.com/macroing/simple-react-components/tree/master/documentation/chat-message) provides a component that defines a chat message.
34+
- [ChatUtilities](https://github.com/macroing/simple-react-components/tree/master/documentation/chat-utilities) provides utilities for the chat system.
3135
- [Chip](https://github.com/macroing/simple-react-components/tree/master/documentation/chip) provides a component that defines a chip.
3236
- [ContextMenu](https://github.com/macroing/simple-react-components/tree/master/documentation/context-menu) provides a component that defines a context menu.
3337
- [Dialog](https://github.com/macroing/simple-react-components/tree/master/documentation/dialog) provides a component that defines a dialog.
@@ -43,6 +47,7 @@ The components in this library will be described below.
4347
- [ImageViewer](https://github.com/macroing/simple-react-components/tree/master/documentation/image-viewer) provides a component that defines an image viewer.
4448
- [Input](https://github.com/macroing/simple-react-components/tree/master/documentation/input) provides a component that defines an input.
4549
- [Jumbotron](https://github.com/macroing/simple-react-components/tree/master/documentation/jumbotron) provides a component that defines a jumbotron.
50+
- [Label](https://github.com/macroing/simple-react-components/tree/master/documentation/label) provides a component that defines a label.
4651
- [LinkButton](https://github.com/macroing/simple-react-components/tree/master/documentation/link-button) provides a component that defines a link button.
4752
- [Menu](https://github.com/macroing/simple-react-components/tree/master/documentation/menu) provides a component that defines a menu.
4853
- [MenuBar](https://github.com/macroing/simple-react-components/tree/master/documentation/menu-bar) provides a component that defines a menu bar.

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.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)