Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@tpmarc/react-drawer

tpmarc10MIT1.0.0TypeScript support: included

Drawer React Component

readme

@tpmarc/react-drawer

Drawer React Componen

NPM JavaScript Style Guide

Install

npm install --save @tpmarc/react-drawer

Usage

import React, { Component } from 'react'

import MyComponent from '@tpmarc/react-drawer'
import '@tpmarc/react-drawer/dist/index.css'

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

License

MIT © tpmarc