0.1.2 • Published 4 years ago
ui-portal v0.1.2
Portal Ui
Portal Ui is a React / Typescript library components
Installation
yarnStorybook Usage
yarn storybookLocal Usage
First, you have to create a link library
yarn linkNow you can link library with your project
yarn link "ui-portal"For example, import Button component
import { Button } from 'ui-portal'
<Button
size="medium"
text="Button"
variant="contained"
/>Use Jest for testing
yarn testUse Eslint for testing lint errors
yarn lintBuild library for usage
yarn buildContributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.