garnish-ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

A component library that compliments tailwind-UI

import { Button, PlusIcon } from '@garnish/ui';

... 
<Button>
  Click Me! <PlusIcon/>
</Button>

Under the hood, it applies tailwind classes.

.garnish-button {
  @apply("px-4 py-2 bg-emerald-500 text-white")
}

Readme

Keywords

Package Sidebar

Install

npm i garnish-ui

Weekly Downloads

5

Version

0.0.3

License

CC-BY-1.0

Unpacked Size

162 kB

Total Files

45

Last publish

Collaborators

  • tdotmain