Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haikelfazzani/whiteboard

React whiteboard component (Dev mode)
https://github.com/haikelfazzani/whiteboard

whiteboard

Last synced: 4 months ago
JSON representation

React whiteboard component (Dev mode)

Awesome Lists containing this project

README

        

# React whiteboard
A simple whiteboard component.

### [Demo](https://haikelfazzani.github.io/whiteboard/)

# Installation
```shell
$ npm install whiteboard-react
# yarn add whiteboard-react
```

# Example
```jsx
import { Whiteboard } from 'whiteboard-react';

```

### Props
| name | type | default | description |
| --- | --- | --- | --- |
| className | `string` | `'whiteboard'` | Css class name |

# License
MIT