Explore and use common React components in your projects! 🛠️
We welcome contributions! If you'd like to add a new component or improve an existing one:
- Fork the repository.
- Create a new branch for your component (
git checkout -b feature/your-component). - Add your component to the
src/componentsdirectory. - Update the README to include your component in the list.
- Commit your changes (
git commit -m 'Added: Your Component'). - Push to the branch (
git push origin feature/your-component). - Open a pull request.
# Fork the repository
# Clone your forked repository
git clone https://github.com/your-username/react-components-collection.git
cd react-components-collection
# Create a new branch
git checkout -b your-component
# Add your component and make changes
# Commit your changes
git commit -m 'added Your Component'
# Push to your branch
git push origin your-component
# Open a pull request