hacktoberfest-2023-bootstrap-library icon indicating copy to clipboard operation
hacktoberfest-2023-bootstrap-library copied to clipboard

This Repository has different type of pre-build components like navigation bar , carousel etc based on bootstrap . Please consider contributing to it if you think your designed components could help t...

Bootstrap-Component-library



Proud Contributors



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.

Download Bootstrap on your local machine

# Via npm
npm install bootstrap

# Via gem
gem install bootstrap -v 5.2.1

OR

<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">

<!-- JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8" crossorigin="anonymous"></script>

OR DOWNLOAD BOOTSTRAP

Fork this repository and clone on your local machine

git clone https://github.com/basuinfotech/bootstrap-component-library.git

Create a branch

git checkout -b branch_name

Make your changes

  • Add any new pre-build bootstrap component
  • Refer Contributing.md for more details

Commit and push

git add .
git commit -m "your_message"
git push origin branch_name

For Beginners:

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 :)