react-bootcards

0.2.0 • Public • Published

react-bootcards

Bootcards components built with React

NPM version Dependency Status devDependency Status peerDependency Status

Demo & Examples

Live demo: kobanyan.github.io/react-bootcards

To build the examples locally, run:

yarn install
yarn start

Then open localhost:8000 in a browser.

Installation

The easiest way to use react-bootcards is to install it from NPM and include it in your own React build process (using Browserify, Webpack, etc).

You can also use the standalone build by including dist/react-bootcards.js in your page. If you use this, make sure you have already included React, and it is available as a global variable.

npm install react-bootcards --save

or

yarn add react-bootcards

License

MIT License

Package Sidebar

Install

npm i react-bootcards

Weekly Downloads

8

Version

0.2.0

License

MIT*

Unpacked Size

244 kB

Total Files

82

Last publish

Collaborators

  • kobanyan