e-stella-whiteboard
v1.0.1
Published
Whiteboard component for e-Stella project
Downloads
1
Readme
e-stella-whiteboard
Whiteboard component for e-Stella project
Install
npm install --save e-stella-whiteboard
Usage
import React, { Component } from 'react'
import Whiteboard from 'e-stella-whiteboard'
class Example extends Component {
render() {
return <Whiteboard code="" client_id="" />
}
}
Props
|Name | Meaning |Example |Type | |---|---|---|--- | |client_id | API key from here | It's an API key, there won't be any example | string | |code |Whiteboard code (more info here) | Literaly anything, that has more than 15 letters |string |
License
MIT © Davenury