UI component library used primarly by https://app.union.finance/.
yarn add @unioncredit/ui
import { Text } from "@unioncredit/ui";
...
<Text>Hello World!</Text>
The Union UI components are built using Storybook. The run the storybook:
git clone git@github.com:unioncredit/union-ui.git && cd union-ui
yarn install && yarn storybook
To build the project using rollup.js
yarn build
The format the files with prettier
yarn format