bootstrap-mithril

This package includes all bootstrap-mithril components.

Usage no npm install needed!

<script type="module">
  import bootstrapMithril from 'https://cdn.skypack.dev/bootstrap-mithril';
</script>

README

bootstrap-mithril

This package includes all bootstrap-mithril components.

npm install --save bootstrap-mithril
import * as bm from "bootstrap-mithril";
const button = bm.button;

or

import { button } from "bootstrap-mithril";