Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 672 Bytes

File metadata and controls

31 lines (21 loc) · 672 Bytes

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