1.0.3 • Published 4 years ago
@gobistories/gobi-react v1.0.3
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
1.0.3
4 years ago