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
Open in
Loading preview...

Installation

Terminal
$npx shadcn@latest add @vandoko/ace-contact-form

Usage

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
PropTypeDefaultDescription
className
string-
onSubmit
(data: { name: string; email: string; message: string-

Lineage

PropertyValue
Source@aceternity/contact-form
Version1.0.0
Curated2026-03-26
LicenseMIT

Modifications

  • oklch color conversion
  • Vandoko design token integration
  • Props interface extraction

On this page