react-stories-api
v1.0.0-dev-6
Published
React Components for building interactive data storytelling interfaces with the Stories API
Downloads
586
Readme
react-stories-api
React Components for building interactive data storytelling interfaces with the Stories API
Install
npm install --save react-stories-api
Usage
import React from 'react';
import StoriesAPIStory from 'react-stories-api';
const App = () => (
<StoriesAPIStory
apiKey="<api-key-here>"
collection="<collection-id-here>"
endpoint="<stories-api-endpoint>"
id="Q11641"
/>
);
License
MIT © kennethsn