Components

Ace Contact

Two-column contact section with form fields and heading/description

Ace Contact

Two-column contact section with form fields and heading/description.

Preview
Open in
Loading preview...

Installation

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

Usage

import { Contact } from "@/components/vandoko/ace-contact";

export default function Page() {
  return <Contact />;
}

Features

  • Responsive -- Adapts to all screen sizes
  • Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency

Props

3 props
PropTypeDefaultDescription
className
string-
heading
string-
description
string-

Lineage

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

Modifications

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

On this page