npm.io
0.0.28 • Published 5 years ago

@openfin/desktop-ui

Licence
ISC
Version
0.0.28
Deps
2
Size
1.6 MB
Vulns
0
Weekly
0

OpenFin Desktop UI

React UI component library

View develop branch Storybook

Installation

npm i @openfin/desktop-ui

Usage

Import the stylesheet in your main entry point for the styles to be loaded and to have access to the css properties/variables.

// index.ts
...
import '@openfin/desktop-ui/ui-styles.css';
...

Storybook

To view components and examples of their uses run: npm run storybook