@react-yummy/uikit
v0.0.4
Published
UIKit is a set of React components for creating web applications.
Downloads
32
Readme
React Yummy 😋 | UIKit
UIKit is a set of React components for creating web applications.
Installation
Use the package manager npm to install UIKit.
npm i @react-yummy/uikitUsage
import foobar
import { Button } from '@react-yummy/uikit'
import '@react-yummy/uikit/dist/style.css'
...
<Button>Click me!</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.
License
Changelog (manual)
- 0.0.4 - add vitest for unit-tests and react testing library for react-tests
- 0.0.3 - add vite-plugin-dts
- 0.0.2 - add tailwind and storybook
- 0.0.1 - initial commit and publish to npm
