This package holds the complex components and widgets for the DFOhub application. It should grow with all the components needed by the application.
The available sample components are:
See the Styling paragraph of the Design System documentation.
Every component includes the stories for Storybook.
You can build Storybook with:
npm run build-storybookYou can launch Storybook with:
npm run storybookThis 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 buildto simply build the package, or
npm run build:devto build and keep watching for changes.