Bootstrap
Docs HomeProduct SiteSupport
  • Introduction
  • Buttons
    • Configuration
    • Data Binding
  • Checkboxes
    • Configuration
    • Data Binding
    • Events
  • Input
    • Configuration
    • Data Binding
    • Events
    • Methods
  • Modals
    • Message
    • Error
  • Search List
    • Configuration
    • Data Binding
    • Methods
  • Select
    • Configuration
    • Data Binding
    • Events
  • Table
    • Configuration
    • Data Binding
    • Events
  • Web Components
Powered by GitBook
On this page
  • Installation
  • Class
  • Demo Project

Introduction

NextButtons

Last updated 2 years ago

is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains CSS- and JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components.

Bootstrap for WireBootstrap is the introductory component library for WireBootstrap. This library brings all the basic Bootstrap capabilities into the WireBootstrap framework so applications can be developed faster using Bootstrap themes.

Installation

The Bootstrap for WireBootstrap library is located in wire-bootstrap.js. This and other other related files can be installed from the NPM package registry at@wirebootstrap/wire-bootstrap.

npm install @wirebootstrap/wire-bootstrap

This library does not load Bootstrap. Bootstrap JavaScript and CSS files need to be loaded outside of WireBootstrap.

When using a theme, a separate Bootstrap asset reference is not necessary.

Class

Bootstrap for WireBootstrap classes are located inside the wire namespace.

The following example creates an instance of the Bootstrap for WireBootstrap HTML table.

const table = new wire.bsTable();

Demo Project

Visit to download or reference Bootstrap assets for an application.

All Bootstrap for WireBootstrap classes extend the class. As such, it inherits all the base functionality of that class.

is a Visual Studio Code project that uses WireBootstrap Bootstrap Components against sample data. To download the WireBootstrap for Gentelella Lite project, visit the .

BootstrapCDN
wire.ui.component
WireBootstrap for Gentelella Lite
product site
Bootstrap
WireBootstrap Bootstrap Components