1.1.1 ⢠Published 1 year ago
@sashkhen/shu-ui v1.1.1
Welcome to @sashkhen/shu-ui š
UI kit to be used in various projects
š Homepage
Install
npm install @sashkhen/shu-uiUsage
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
š¤ Sasha Diachenko
Show your support
Give a āļø if this project helped you!
š License
Copyright Ā© 2024 Sasha Diachenko.
This project is ISC licensed.