Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 640 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 640 Bytes

react-sidesheet

🏂Dead simple side-sheet component with configurable animations ✨

NPM JavaScript Style Guide

Install

npm install --save react-sidesheet

Usage

import * as React from 'react'

import MyComponent from 'react-sidesheet'

class Example extends React.Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © harrisrobin