1.0.1 • Published 3 years ago

e-stella-whiteboard v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

e-stella-whiteboard

Whiteboard component for e-Stella project

NPM JavaScript Style Guide

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

NameMeaningExampleType
client_idAPI key from hereIt's an API key, there won't be any examplestring
codeWhiteboard code (more info here)Literaly anything, that has more than 15 lettersstring

License

MIT © Davenury

1.0.1

3 years ago

1.0.0

3 years ago