@devasatyam/react-bootstrap-4-controls

0.1.3 • Public • Published

Bootstrap v4 components

These components are a minimal implementation, as required by my own needs for an application of mine, of the Bootstrap v4 components and layouts to React. They are not meant to be a complete solution or replacement for react-bootstrap which uses Bootstrap v3.

Installation

npm i @devasatyam/react-bootstrap-4-controls

The components can then be imported as shown in each individual section. The file at lib/index.umd.js can also be imported via HTML <script> tag which will create a global reactBootstrap4Controls variable containing all the controls as properties, ie: reactBootstrap4Controls.Button, reactBootstrap4Controls.NavBar and so on.

External dependencies

The controls have React as a peer dependency, that is, they expect it to be installed into node_modules, but does not include it. react-router-dom should also be available. The Form and Field components expect react-final-form to be installed likewise.

This package also expect Bootstrap 4 CSS files to be available. As an alternative Bootswatch offer various styles that can be used. There is no need to include JQuery or Popper.

Usage

See the corresponding section:

Package Sidebar

Install

npm i @devasatyam/react-bootstrap-4-controls

Weekly Downloads

2

Version

0.1.3

License

MIT

Unpacked Size

193 kB

Total Files

6

Last publish

Collaborators

  • devasatyam