Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.04 KB

File metadata and controls

52 lines (30 loc) · 1.04 KB

DFOhub components

This package holds the complex components and widgets for the DFOhub application. It should grow with all the components needed by the application.

Components

The available sample components are:

Styling

See the Styling paragraph of the Design System documentation.

Storybook

Every component includes the stories for Storybook.

You can build Storybook with:

npm run build-storybook

You can launch Storybook with:

npm run storybook

Build

This package uses rollup to create the bundle.

To build the package, you can use the lerna scripts in the root project (build and build-dev), as stated in the root project documentation.

If you prefer to build only this package, just run:

npm run build

to simply build the package, or

npm run build:dev

to build and keep watching for changes.