@storysdk/react-componentsdeprecated

React components for using StorySDK story rendering.

Usage no npm install needed!

<script type="module">
  import storysdkReactComponents from 'https://cdn.skypack.dev/@storysdk/react-components';
</script>

README

@storysdk/react-components

React components for using stories in your web application.

A new level of engagement with your users with a familiar format. Add StorySDK and create a story with a couple of clicks.

How to use?

Install package

npm i @storysdk/react-components

Use GroupList component for show groups list

import '@storysdk/react-components/dist/index.css' // import styles
import { GroupList } from '@storysdk/react-components'

...

// groups - fetched from StorySDK API

<GroupList groups={groups} />