Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 568 Bytes

File metadata and controls

29 lines (17 loc) · 568 Bytes

UI Components STF

About

This package contains all sharable UI components between admin and player packages.

Getting Started

Working with storybook

Storybook gives ability to build UI components in isolation from logic, data and context.

To run storybook, simply run in your terminal:

yarn storybook

Build components

To see changes for components in others packages you must build this package by typing:

yarn build

# Or for instant build

yarn build:watch