1.1.0 • Published 3 years ago

@storysdk/react-components v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

@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} />
1.1.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago