happinest-design
v0.0.9
Published
This example for making design system with `react, vite, and mui-5`.
Downloads
3
Readme
Happinest Design System
This example for making design system with react, vite, and mui-5
.
How to use
Install with npm
npm -i --save happinest-design
Usage
import { Button } from "happinest-design";
# returns 'Button Component'
<Button color="primary">Click</Button>
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.