@gobistories/gobi-react
v1.0.3
Published
Gobi Stories React library
Downloads
4
Readme
gobi-react
Install
npm install --save gobi-react
Usage
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