0.3.14 • Published 5 years ago

@seine/barchart v0.3.14

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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.