Creating ReactJS reusable components for community developers to use this components during development.
- clone the project using :-
git clone https://github.com/iamdarshshah/react-reusable-components.git
- Go to that project directory
cd react-reusable-components
- for installing dependencies
yarn install OR npm install
.
src
├── ...
├── Components # Includes everything you need!
│ ├── Button
│ ├── Dropdown
│ └── InputControls
├── Checkbox
│ ├── Radio
│ └── Text
| ├── Card
│ ├── Card-box
│ └── Modal
| ├── Image
└── ...
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Darsh Shah - Initial work - GitHub
This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details.