react-panel-draggable-resizable
v1.0.0
Published
react-panel is a react plugin designed to wrap many useful features in a nomral panel component
Downloads
3
Readme
react-panel
react-panel is a react plugin designed to wrap many useful features in a nomral panel component
Install
npm install --save react-panel
Usage
import React, { Component } from 'react'
import MyComponent from 'react-panel'
import 'react-panel/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © deepakgyl2908