tw-unique
v1.0.3-alpha
Published
A unique and customizable Tailwind CSS component library for React.
Downloads
880
Maintainers
Readme
TAILWIND UNIQUE
Currently, two official plugins are available:
This libarary tw-unique make your componetns easy to use with utility classes
Instaallation
npm i tw-unique
Import
import { Button, Input, Table } from "tw-unique";
Usage
function(){
return <Button intent='danger'>Hello</Button>
}
More Examples
function(){
return (
<Field>
<Label>username</Label>
<Input placholder="Enter your name" />
<Message>meesage</Message>
</Field>
)
}
function(){
return <Button intent='danger'>Hello</Button>
}
function(){
return <Button intent='danger'>Hello</Button>
}
docmumentation
- 1. intent
- 2. variant
- 3. size