JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 20
  • Score
    100M100P100Q56461F
  • License MIT

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

Package Exports

  • seine

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (seine) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Seine

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

Installation

npm install react react-dom draft-js styled-components seine

or

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

Serve Storybook

To build and start static server at port 5000 run

npm build
npm start -l 5000

or

yarn build
yarn start -l 5000

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