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