1.5.5 • Published 6 months ago

sidebar-library v1.5.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

sidebar-library

Made with create-react-library

NPM JavaScript Style Guide

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