1.2.0 • Published 3 years ago
@databeacon/databeacon-ui v1.2.0
DataBeacon UI
DataBeaconUI Design System defines an homogeneous design language across all DataBeacon's products. This repository contains the core components with their documentation and brand identity rules using StoryBook frontend.
Usage
There are two ways to use DataBeaconUI: as a service or self hosted.
DataBeaconUI as a service (recommended)
The StoryBook is available at design.databeacon.io and components can be imported from NPM using npm i @databeacon/databeacon-ui
DataBeaconUI self hosted
Install node dependencies with npm i
.
Run storybook UI locally with npm run storybook
and go to localhost:6006
.
Finally, build the project with npm run build-storybook
and deploy the folder /storybook-static
.