Skip to content

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 the newbie web developers.

License

aritrakrbasu/hacktoberfest-2023-bootstrap-library

Repository files navigation

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/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>

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

About

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 the newbie web developers.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published