reactjs-bootstrap
v1.0.5
Published
>
Readme
reactjs-bootstrap
Install
npm install --save reactjs-bootstrapInstall dependency in your project
Use for Table component
npm install --save flat memoize-one camelcase escape-string-regexp linkifyjsUsage
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.htmlLicense
MIT © [Chris Nguyen]https://gitlab.com/chris-nguyen)
