2.0.1 • Published 3 years ago

minty-bootstrap v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Screenshot: Screenshot of Minty

Versions

Minty versionBootstrap versionDocs
2.x.x5.x.xcurrent
1.x.x4.x.xhere

Table of contents

Installation and usage

Install Minty via npm:

npm install minty-bootstrap

Or, download it here.

Add it to your project:

<link rel="stylesheet" src="/your/path/to/minty.min.css">

Or, when you're using npm:

<link rel="stylesheet" src="node_modules/minty-bootstrap/dist/minty.css">

You can use the non-minified version of Minty by replacing minty.min.css to minty.css.

Bootstrap's JavaScript isn't included, so you have to install the JS files separately:

<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>
<!-- or separate: -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>

You don't have to install Bootstrap's CSS, everything's included in this CSS file.

For usage of Minty, just head over to the Bootstrap docs.

Contributing

  1. Clone this repository:
    git clone https://github.com/garraflavatra/minty.git
  2. Install dev dependencies:
    npm install
  3. Make changes to src/*.scss.
  4. Run
    npm start
  5. Add your changes:
    git add *
  6. Commit your changes.
    git commit -m
  7. Create a pull request.

Thanks for contributing!

2.0.1

3 years ago

1.1.0

3 years ago

2.0.0

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago