reactstrap-yoo
v1.0.0
Published
Made with create-react-library
Downloads
3
Readme
reactstrap-yoo
Made with create-react-library
Install
npm install --save reactstrap-yoo
Usage
import React, { Component } from 'react'
import MyComponent from 'reactstrap-yoo'
import 'reactstrap-yoo/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © yookits