his-mvp-ui
v1.0.19
Published
Collection of UI components
Downloads
4
Maintainers
Readme
HIS UI
HIS UI - collection of react components
Installation and usage
Install
npm i his-mvp-ui
Use
To use this package you have to:
import { Button } from "his-mvp-ui";
<Button backgroundColor="red" size="large">
Click
</Button>;