whiteboard-react
v1.0.0
Published
React draggable component
Downloads
6
Maintainers
Readme
React whiteboard
A simple whiteboard component.
Demo
Installation
$ npm install whiteboard-react
# yarn add whiteboard-react
Example
import { Whiteboard } from 'whiteboard-react';
<Whiteboard />
Props
| name | type | default | description |
| --- | --- | --- | --- |
| className | string
| 'whiteboard'
| Css class name |
License
MIT