This package has been deprecated

Author message:

substra-ui contents have been merged into substra-frontend

@substrafoundation/substra-ui

1.1.4 • Public • Published

Substra-ui

A shared UI components library for the Substra project.

Storybook

We use Storybook for component development and testing:

$ yarn storybook

Development setup

Follow these steps to bypass the package repository and link together the local versions of substra-ui and substrafront.

In the substra-ui directory:

$ yarn link

In the substrafront directory:

$ yarn link "@substrafoundation/substra-ui"
$ yarn workspace ssr-package link "@substrafoundation/substra-ui"

Then you'll need to make your WIP content available to substrafront by either:

  • editing package.json in the substra-ui directory, changing "module": "es/index.js", into "main": "src/index.js",
  • or running yarn build:es --watch in the substra-ui directory

Readme

Keywords

none

Package Sidebar

Install

npm i @substrafoundation/substra-ui

Weekly Downloads

0

Version

1.1.4

License

Apache-2.0

Unpacked Size

12.4 MB

Total Files

239

Last publish

Collaborators

  • alexandrepicosson
  • bowni
  • clementgautier
  • natct10