1.0.1 • Published 5 years ago
e-stella-whiteboard v1.0.1
e-stella-whiteboard
Whiteboard component for e-Stella project
Install
npm install --save e-stella-whiteboardUsage
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