This Repository has different type of pre-build components like navigation bar , carousel etc etc based on bootstrap . Please consider contributing to it if you think your designed components could help newbie frontend coders .
All the compoments must be build up on bootstrap library .
We prefer well documented code comment lines will be appreciated and your Pull Requests should comply with these in-order to get merged. So, do read the CONTRIBUTING.md.
Also read, CODE OF CONDUCT.
# Via npm
npm install bootstrap
# Via gem
gem install bootstrap -v 5.2.1
OR
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
<!-- JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8" crossorigin="anonymous"></script>
git clone https://github.com/basuinfotech/bootstrap-component-library.git
git checkout -b branch_name
- Add any new pre-build bootstrap component
- Refer Contributing.md for more details
git add .
git commit -m "your_message"
git push origin branch_name
Fork this repository -> Create the Files in the Forked Repository(Available under your repositories) -> Send a Pull Request(PR) writing a proper documentation -> Wait for it to get Merged (if everything is rightly done, else update the requested changes 😉)
Happy Hacktober Fest 2022 🤩
Looking forward to your PRs!!!
Please consider contributing to it if you think your solution could help the Open Source Community :)