Skip to content

iamdarshshah/react-reusable-components

Repository files navigation

React-Reusable-Components

Creating ReactJS reusable components for community developers to use this components during development.

Getting Started

Installing 🚨

  • 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

Now you are good to go!!! 👍

Folder Structure

.

src
├── ...
├── Components              # Includes everything you need! 
│   ├── Button 
│   ├── Dropdown        
│   └── InputControls  
        ├── Checkbox
│       ├── Radio        
│       └── Text
|   ├── Card
│   ├── Card-box        
│   └── Modal
|   ├── Image
└── ...

Built With 🚧

Contributing 📌

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors 📝

  • Darsh Shah - Initial work - GitHub

License 🛑

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details.

💻 Happy Coding!!! 💻