Skip to main content

Build fast, responsive sites with Modus Bootstrap

Quickly design and customize responsive mobile-first sites with Modus, featuring CSS custom properties, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.

Currently v2.0.6 · v1.x docs

This site is powered by Netlify

Installation

Install Modus Bootstrap’s source Sass and JavaScript files via npm.

Package managed installs don’t include documentation or our full build scripts.

Read installation docs
npm install @trimble-oss/modus-bootstrap

jsDelivr

When you only need to include Modus Bootstrap’s compiled CSS, you can use jsDelivr.

See it in action with our simple starter template to jumpstart your next project. You can also choose to include Popper and our JS separately.

Explore the docs
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/@trimble-oss/modus-bootstrap@2.0.6/dist/css/modus-bootstrap.min.css" rel="stylesheet" integrity="sha256-DZRCS05ra1uNsJ/16e0/I+d3M6eeSiyjZnp0wx78xQM=" crossorigin="anonymous">
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>