1.1.1 • Published 6 years ago

react-component-whiteboard v1.1.1

Weekly downloads
8
License
ISC
Repository
-
Last release
6 years ago

React-Component-Whiteboard

Whiteboard component build with React.

Documentation

Installation

npm

npm install react-component-whiteboard --save

Component

Whiteboard

The component is to generate a big whiteboard.

import React from 'react'
import Whiteboard from 'react-component-whiteboard'

class Simple extends React.Component {
  render() {
    return (<Whiteboard allowDraw />)
  }
}

Props

BigWhiteboard

This component is used to preview articles.

import React from 'react'
import { BigWhiteboard } from 'react-component-whiteboard'

class Simple extends React.Component {
  render() {
    return (<BigWhiteboard />)
  }
}

Development

Want to run demos locally

npm install
npm start
open http:localhost:6006
1.1.1

6 years ago

1.1.0

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago