Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twbs/examples
Functional examples of using Bootstrap in common JS frameworks like Webpack, Parcel, Vite, and more!
https://github.com/twbs/examples
bootstrap bootstrap-icons parcel sass vite webpack
Last synced: about 1 month ago
JSON representation
Functional examples of using Bootstrap in common JS frameworks like Webpack, Parcel, Vite, and more!
- Host: GitHub
- URL: https://github.com/twbs/examples
- Owner: twbs
- License: mit
- Created: 2022-05-16T02:09:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T18:38:13.000Z (7 months ago)
- Last Synced: 2024-04-15T00:43:39.898Z (7 months ago)
- Topics: bootstrap, bootstrap-icons, parcel, sass, vite, webpack
- Language: HTML
- Homepage:
- Size: 4.42 MB
- Stars: 432
- Watchers: 22
- Forks: 246
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - twbs/examples - Functional examples of using Bootstrap in common JS frameworks like Webpack, Parcel, Vite, and more! (HTML)
README
Bootstrap Examples
Functional examples for building with Bootstrap using popular tools and frameworks.
Explore Bootstrap docs »## Directory
- [Starter](starter/) – CDN links for our CSS and JS
- [Sass & JS](sass-js/) — Import Sass, Autoprefixer, Stylelint, and our JS bundle via npm
- [Sass & ESM JS](sass-js-esm/) — Import Sass, Autoprefixer, and Stylelint via npm, and then load our ESM JS with a shim
- [Color modes](color-modes/) – Color mode support and color mode picker built on our Sass & ESM JS example
- [Bootstrap Icons font](icons-font/) - Import and compile Sass, Stylelint, PurgeCSS, and our icon font
- [Parcel](parcel/) - Sass, JS via Parcel
- [React](react-nextjs/) - Sass with React Bootstrap components using React and Next.js
- [Vite](vite/) - Sass, JS via Vite
- [Vue](vue/) - Sass, JS via Vue/Vite
- [Webpack](webpack/) - Import and bundle Sass and JS with Webpack
- PurgeCSS - import sass w/ purgecss and js via npm## License
Licensed under the [MIT License](LICENSE).