New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

boomstrap-react

Package Overview
Dependencies
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boomstrap-react

React Components and Mixins for the Boomstrap library

0.6.1
latest
Source
npm
Version published
Weekly downloads
3
-98.19%
Maintainers
4
Weekly downloads
 
Created
Source

Boomstrap React (Components and Mixins for Boomstrap) Build Status

Boomstrap React is a library of components we use to build applications with our Pattern Library, Boomstrap.

Installation and Usage

React Boomstrap can be used as a global via window.BoomstrapReact, but we much prefer the CommonJS Usage

Global Installation and Usage

Download the file located at dist/boomstrap-react.js and include it in your browser <script src="path/to/boomstrap-react.js"></script>. BoomstrapReact will be available on the window.

CommonJS Installation and Usage

To install Boomstrap React

npm install boomstrap-react --save

Using Boomstrap React is as simple as

var BoomstrapReact = require('boomstrap-react');
var Fauxbox = BoomstrapReact.Components.Fauxbox;

But individual components can be required also:

var Fauxbox = require('boomstrap-react/Components/Fauxbox.jsx');

FAQs

Package last updated on 12 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts