@sashkhen/shu-ui
v1.1.1
Published
UI kit to be used in various projects
Downloads
310
Maintainers
Readme
Welcome to @sashkhen/shu-ui 👋
UI kit to be used in various projects
🏠 Homepage
Install
npm install @sashkhen/shu-ui
Usage
import { Button } from "shu-ui";
const Example = () => {
return (
<Button
variant="solid"
size="medium"
onClick={() => console.log("Clicked")}
>
Button
</Button>
);
};
export default Example;
Theming
TBD
Author
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2024 Sasha Diachenko.
This project is ISC licensed.