We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 714a45d commit 6e252f2Copy full SHA for 6e252f2
README.md
@@ -1,11 +1,18 @@
1
# react-general-components
2
General components to be used company wide. See our [story](https://crazyfactory.github.io/react-general-components)
3
4
-## We use these libraries
+## Dependencies
5
+
6
+Requires react ^16.8.0 as peer dependency.
7
8
+### Components
9
- Select - [react-select](https://github.com/JedWatson/react-select)
10
- Modal - [react-modal](https://github.com/reactjs/react-modal)
11
- Switch - [react-switch](https://github.com/markusenglund/react-switch)
12
13
+### Styling
14
+- Styling - [typestyle](https://github.com/typestyle/typestyle)
15
16
## Development
17
- Clone and run `npm install` then you are all set
18
- Please write story for every components
0 commit comments