reactjs-bootstrap
v1.0.5
Published
>
Downloads
9
Readme
reactjs-bootstrap
Install
npm install --save reactjs-bootstrap
Install dependency in your project
Use for Table component
npm install --save flat memoize-one camelcase escape-string-regexp linkifyjs
Usage
Include CSS framework in to your project:
Support Framework: bootstrap4
import React, { Component } from 'react'
import MyComponent from 'reactjs-bootstrap'
class Example extends Component {
render() {
return <MyComponent />
}
}
Open storybook on mac
open -a "Google Chrome" ./node_modules/reactjs-component/dist/styleguide/index.html
License
MIT © [Chris Nguyen]https://gitlab.com/chris-nguyen)