Skip to content
forked from twbs/examples

Functional examples of using Bootstrap in common JS frameworks like Webpack, Parcel, Vite, and more!

Notifications You must be signed in to change notification settings

mccardellch/examples

 
 

Repository files navigation

Bootstrap Sass & JS

Include Bootstrap's source Sass and compiled JavaScript bundle via npm. Also includes the Autoprefixer for cross-browser CSS, Stylelint for Sass code quality, and Popper, a peer dependency of Bootstrap's JS used to position dropdowns, popovers, and tooltips.

Edit in browser

Open in StackBlitz

How to use

git clone https://github.com/twbs/examples.git
cd examples/sass-js/
npm install
npm start

About

Functional examples of using Bootstrap in common JS frameworks like Webpack, Parcel, Vite, and more!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 63.5%
  • SCSS 32.8%
  • JavaScript 3.7%