1.1.1 • Published 1 year ago

@sashkhen/shu-ui v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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
      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.

1.1.1

1 year ago

1.1.0

1 year ago

1.0.8

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago