@unioncredit/ui
v2.0.44
Published
[](https://badge.fury.io/js/@unioncredit%2Fui)
Readme
Union UI Components
UI component library used primarly by https://app.union.finance/.
Usage
yarn add @unioncredit/uiimport { Text } from "@unioncredit/ui";
...
<Text>Hello World!</Text>Get started
The Union UI components are built using Storybook. The run the storybook:
git clone [email protected]:unioncredit/union-ui.git && cd union-ui
yarn install && yarn storybookBuild
To build the project using rollup.js
yarn buildFormat
The format the files with prettier
yarn format