1.0.8 • Published 9 months ago

@sashkhen/shu-ui v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

Welcome to @sashkhen/shu-ui šŸ‘‹

Version Documentation Maintenance License: ISC

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.

1.0.8

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago