Skip to content

garraflavatra/minty

Repository files navigation

Minty

The fresh theme for Bootstrap 4 & 5.

Demo - Docs - GitHub - NPM

npm GitHub commits since latest release (by date including pre-releases) npm GitHub issues

Screenshot of Minty

Versions

Minty version Bootstrap version Docs
2.x.x 5.x.x current
1.x.x 4.x.x here

Installation

Via CDN (quickest option)

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/minty-bootstrap@2.0.1/dist/minty.min.css" integrity="sha256-Q7T98Wtps604sLIyEmxF5mEVJE8/hsecJhAgTA/0Ys0=" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>

Via npm

Install Minty via npm or download it here:

npm install minty-bootstrap

The compiled files are in dist/.

Download (host it yourself)

You can download the latest version of Minty here.

Usage

For usage of Minty, see the Bootstrap docs.