Installation
yarn add @data-story/ui
Basic Usage
import { DataStory } from '@data-story/ui'
import '@data-story/ui/data-story.css';
export default function Home() {
return (
<div style={{ height: '100vh', width: '100%' }}>
<DataStory />
</div>
)
}
With this basic usage, you will get all available nodes in
@data-story/core
and an inline JS server.