bootstrap-canjs

CanJS component wrapper around Tw Bootstrap JS components

Usage

ES6 use

With StealJS, you can import this module directly in a template that is autorendered:

import plugin from 'bootstrap-canjs';

CommonJS use

Use require to load bootstrap-canjs and everything else needed to create a template that uses bootstrap-canjs:

var plugin = require("bootstrap-canjs");

Standalone use

Load the global version of the plugin:

<script src='./node_modules/bootstrap-canjs/dist/global/bootstrap-canjs.js'></script>

This plugin is one of many. Check out all of the DoneJS plugins on NPM.