Contents
Download FastBootstrap to get the compiled CSS and JavaScript, source code, or include it with your favorite package managers like npm and more.
Compiled CSS and JS
Download ready-to-use compiled code for FastBootstrap v2.2.0 to easily drop into your project, which includes:
- Compiled and minified CSS bundles
Compiled and minified JavaScript plugins
CDN via jsDelivr
We recommend using jsDelivr to deliver cached version of FastBootstrap’s compiled CSS and JS to your project.
CSS file
Place this tag in your head.
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/fastbootstrap.min.css" rel="stylesheet" integrity="sha256-V6lu+OdYNKTKTsVFBuQsyIlDiRWiOmtC8VQ8Lzdm2i4=" crossorigin="anonymous">
JS file
Place this tag in your head or just before your close body tag.
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
Source files
All source code files are on github.
Package managers
npm
Install with the npm package:
npm install fastbootstrap
What to read next
Edit this page on Github
Last updated on April 6, 2024