1.0.11 • Published 6 years ago

bootstrap3-native v1.0.11

Weekly downloads
43
License
MIT
Repository
github
Last release
6 years ago

npm version npm downloads

Description

bootstrap3-native is a fixed fork from bootstrap.native. This version:

  • contains types;
  • allows you to build isomorphic web applications;
  • hasn't got an automatic initialization of a components.

Installation

npm install bootstrap3-native

Usage

import { Modal } from 'bootstrap3-native';

var el = document.getElementById("myModal");
var modal = new Modal(el);
modal.show();
1.0.11

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago