1.0.2 • Published 4 years ago
gobi-react v1.0.2
gobi-react
Install
npm install --save gobi-reactUsage
import React, { Component } from 'react'
import { GobiReact } from 'gobi-react'
class Example extends Component {
render() {
return <GobiReact stories={['ragg9']} />
}
}Props
| Props | Type |
|---|---|
| stories | REQUIRED string[] |
| animatedBubble | boolean |
| bubbleSize | number |
| color | string |
| hideTitle | boolean |
| showPlayIcon | boolean |
| autoStartWithSound | boolean |
| titleFontColor | string |
License
MIT © gobi