Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 447 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 447 Bytes

Services UI

A UI component library for use with Thunderbird Services

Note this is heavily work-in-progress.

Usage

You can install the library by adding the following line as a dependency to your package.json:

npm i @thunderbirdops/services-ui

Library Development

Storybook

You can access storybook by running:

npm run storybook

Building

You can build the library by running:

npm run build