1.0.8 ⢠Published 9 months ago
@sashkhen/shu-ui v1.0.8
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
size={"small"}
text={"Button"}
onClick={() => console.log("Clicked")}
primary
/>
);
};
export default Example;
Theming
TBD
Author
š¤ Sasha Diachenko
Show your support
Give a āļø if this project helped you!
š License
Copyright Ā© 2024 Sasha Diachenko.
This project is ISC licensed.