2025-08-16 10:37:07 +05:30
2025-08-16 09:52:47 +05:30
2025-08-16 09:52:47 +05:30
2025-08-16 09:58:40 +05:30
2025-08-16 10:37:07 +05:30
2025-08-16 09:52:47 +05:30
2025-08-16 09:58:40 +05:30
2025-08-16 09:52:47 +05:30
2025-08-16 09:58:40 +05:30
2025-08-16 09:58:57 +05:30
2025-08-16 10:37:07 +05:30
2025-08-16 09:52:47 +05:30
2025-08-16 09:58:40 +05:30
2025-08-16 09:52:47 +05:30

@wrnexus/astro

Form + field components for Astro with Tailwind utilities and Zod-ready validation hooks.

  • <Form /> — submit handling + client validation plumbing
  • <Field /> — text/email/password/number/textarea/select/date/time/file/checkbox/radio/switch
  • <MultiSelect /> — searchable, checkbox-driven multi select dropdown
  • <Button />, <Icon /> helpers
  • 🎯 Works with your Tailwind tokens (e.g., bg-primary, text-foreground, border-border)
  • 🧪 Zod integration: pass schemaName to <Form /> and expose a schema as window[schemaName]

Installation

pnpm add @wrnexus/astro
# or
npm i @wrnexus/astro
S
Description
No description provided
Readme MIT
91 MiB
Languages
Astro 94.4%
CSS 4.1%
JavaScript 0.8%
TypeScript 0.7%