@it-tool-ui/button
v1.0.7
Published
UI Button Component with React & Typescript with TailwindCSS
Downloads
12
Readme
React Button UI component
This is a very light UI Button component library for ReactJS. It's using TailwindCSS for styling.
You can also view the demo and get the source code directly for each component without installing this library.
Installation
npm install @it-tool-ui/buttonimport { Button } from "@it-tool-ui/button";
<Button
buttonColor="primary"
radius="large"
size="medium"
variant="solid"
disabled={false}
>
Click me
</Button>;