Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

A set of React controls based on Bootstrap 4 suited to my own needs.

License

Notifications You must be signed in to change notification settings

Satyam/react-bootstrap-4-controls

Repository files navigation

Obsolete

These controls are way obsolete as there are now true Bootstrap v4 controls available

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:

About

A set of React controls based on Bootstrap 4 suited to my own needs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published