React Components for building interactive data storytelling interfaces with the Stories API
npm install --save react-stories-apiimport React, { Component } from 'react'
import MyComponent from 'react-stories-api'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}MIT © kennethsn