bootstrap3-native
TypeScript icon, indicating that this package has built-in type declarations

1.0.11 • Public • Published

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();

Readme

Keywords

none

Package Sidebar

Install

npm i bootstrap3-native

Weekly Downloads

0

Version

1.0.11

License

MIT

Unpacked Size

79.2 kB

Total Files

5

Last publish

Collaborators

  • trixon