// bun add @nattui/react-components
// bun add @nattui/tailwind-colors
// bun add @nattui/tailwind-exact
// global.css
@import "tailwindcss";
@import "@nattui/tailwind-colors";
@import "@nattui/tailwind-exact";
// component.tsx
import { Button, Input, Label } from "@nattui/react-components"
<Label className="mb-2" htmlFor="email">
Email
</Label>
<Input
autoComplete="email"
className="mb-16"
id="email"
isRequired
name="email"
type="email"
/>
<Button type="submit">
Sign in
</Button>-
Notifications
You must be signed in to change notification settings - Fork 1
nattui/nattui
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
✨special✨ repository