@seine/barchart

Seine bar chart renderer.

Usage no npm install needed!

<script type="module">
  import seineBarchart from 'https://cdn.skypack.dev/@seine/barchart';
</script>

README

Seine

Seine is a Javascript library of React components and utilities to view and edit structured content.

Installation

Dependencies

yarn add react react-dom draft-js styled-components

Content editor

yarn add @seine/editor

Content renderer

yarn add @seine/content

Storybook

Run in development mode

yarn dev:start

Build and serve production static files

yarn build
yarn start

For other options see yarn start --help command output.