Skip to content

thunderbird/services-ui

Repository files navigation

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