Components
Ace Contact Form
Simple contact form with name, email, and message fields with submit handler
Ace Contact Form
Simple contact form with name, email, and message fields with submit handler.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-contact-formUsage
import { handleChange } from "@/components/vandoko/ace-contact-form";
export default function Page() {
return <handleChange />;
}Features
- Responsive -- Adapts to all screen sizes
- Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency
Props
2 props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | - |
onSubmit | (data: { name: string; email: string; message: string | — | - |
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/contact-form |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction