React Components for building interactive data storytelling interfaces with the Stories API


License
MIT
Install
npm install react-stories-api@1.0.0-dev-67

Documentation

react-stories-api

React Components for building interactive data storytelling interfaces with the Stories API

NPM JavaScript Style Guide

Install

npm install --save react-stories-api

Usage

import React, { Component } from 'react'

import MyComponent from 'react-stories-api'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © kennethsn