Installation
yarn add @data-story/uiBasic 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/coreand an inline JS server.