Skip to content

nattstack/nattstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 

Repository files navigation

! bun add @nattstack/ui
// global.css
@import "tailwindcss";
@import "@nattstack/ui/tailwind-colors";
@import "@nattstack/ui/tailwind-tokenless-10";
@import "@nattstack/ui/baseline";

// component.tsx
import { Button, Input, Label } from "@nattstack/ui"

<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>

(I have two other accounts with additional total 3,000+ commits)

About

✨special✨ repository

Resources

Stars

Watchers

Forks

Contributors