0.2.0 • Published 6 years ago
react-bootcards v0.2.0
react-bootcards
Bootcards components built with React
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