0.0.1-dev-21 • Published 2 years ago

react-stories-api v0.0.1-dev-21

Weekly downloads
8
License
MIT
Repository
github
Last release
2 years ago

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 from 'react';
import StoriesAPIStory from 'react-stories-api';

class App extends Component {
  render () {
    return (
      <StoriesAPIStory
        id="Q11641"
        endpoint="<stories-api-endpoint>"
        collection="<collection-id-here>"
        apiKey="<api-key-here>"
      />
    )
  }
}

License

MIT © kennethsn