Skip to content

Discover and contribute to a vibrant showcase of essential React components! Elevate your projects with reusable, well-crafted UI elements. 🛠️✨

Notifications You must be signed in to change notification settings

hermine-dev/react-components-collection

Repository files navigation

React Components Collection 🚀

Explore and use common React components in your projects! 🛠️

Contributing 🤝

We welcome contributions! If you'd like to add a new component or improve an existing one:

  1. Fork the repository.
  2. Create a new branch for your component (git checkout -b feature/your-component).
  3. Add your component to the src/components directory.
  4. Update the README to include your component in the list.
  5. Commit your changes (git commit -m 'Added: Your Component').
  6. Push to the branch (git push origin feature/your-component).
  7. Open a pull request.

Example:

# 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

About

Discover and contribute to a vibrant showcase of essential React components! Elevate your projects with reusable, well-crafted UI elements. 🛠️✨

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published