Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/haikelfazzani/whiteboard
- Owner: haikelfazzani
- License: mit
- Created: 2022-03-24T00:24:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T00:37:02.000Z (over 2 years ago)
- Last Synced: 2024-09-14T06:28:41.128Z (4 months ago)
- Topics: whiteboard
- Language: TypeScript
- Homepage: https://haikelfazzani.github.io/whiteboard/iframe.html?id=whiteboard--c&args=&viewMode=story
- Size: 3.62 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-list - whiteboard
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