Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.34 KB

README.md

File metadata and controls

53 lines (39 loc) · 1.34 KB

Component Library

This repository includes different kinds of React Components

In this repository you can get the following types of components which you can use them directly into your projects
which helps in reducing your time of creating the components.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/bus-management-system.git
  2. Open the project directory in your preferred code editor.

  3. The files are available in the Buttons folder.

Contributing

If you would like to contribute to this component library, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix
 git checkout -b feature/your-feature-name
  1. Make your changes and commit them
git add .
git commit -m "Brief description of your changes"
  1. Push your changes to your fork
git push origin feature/your-feature-name
  1. Submit a pull request
git request-pull

License

This project is licensed under the MIT License.