# @wrnexus/astro
Form + field components for **Astro** with Tailwind utilities and Zod-ready validation hooks.
- ✅ `
` — submit handling + client validation plumbing
- ✅ `` — text/email/password/number/textarea/select/date/time/file/checkbox/radio/switch
- ✅ `` — searchable, checkbox-driven multi select dropdown
- ✅ ``, `` helpers
- 🎯 Works with your Tailwind tokens (e.g., `bg-primary`, `text-foreground`, `border-border`)
- 🧪 Zod integration: pass `schemaName` to `` and expose a schema as `window[schemaName]`
---
## Installation
```bash
pnpm add @wrnexus/astro
# or
npm i @wrnexus/astro