Skip to content

kennethsn/react-stories-api

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published