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

whiteboard