smart-panel
v1.1.0
Published
Made with create-react-library
Downloads
3
Readme
smartPanel
Made with create-react-library
Install
npm install --save smartPanel
Usage
import React, { Component } from 'react'
import MyComponent from 'smartPanel'
import 'smartPanel/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © [bahar abadi](https://github.com/bahar abadi)