Skip to content
View nattui's full-sized avatar
🪄
🪄

Sponsoring

@biomejs
@nikitabobko

Organizations

@Typefacers

Block or report nattui

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nattui/README.md
// 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>

Pinned Loading

  1. react-components react-components Public

    A collection of reusable React components built with TypeScript and CSS Modules

    TypeScript 1 1

  2. tailwind-exact tailwind-exact Public

    Precision styling, mapped one to one

    CSS 1

  3. vercel/next.js vercel/next.js Public

    The React Framework

    JavaScript 137k 30.2k

  4. microsoft/vscode microsoft/vscode Public

    Visual Studio Code

    TypeScript 180k 37.2k

  5. supabase/supabase supabase/supabase Public

    The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.

    TypeScript 95.5k 11.1k

  6. radix-ui/website radix-ui/website Public

    Website and documentation for Radix.

    TypeScript 977 573