react-simple-white-board
v1.0.3
Published
A simple white board React component
Downloads
2
Maintainers
Readme
React Simple White Board
This is a React component of a white board with simple drawing.
Installation
npm install react-simple-white-board
Usage
import ReactSimpleWhiteBoard from 'react-simple-white-board';
function App() {
return (
<ReactSimpleWhiteBoard />
);
}