0.1.2 • Published 2 years ago

ui-portal v0.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Portal Ui

Portal Ui is a React / Typescript library components

Installation

yarn

Storybook Usage

yarn storybook

Local Usage

First, you have to create a link library

yarn link

Now 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 test

Use Eslint for testing lint errors

yarn lint

Build library for usage

yarn build

Contributing

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.

License

MIT