Components

Ace Book A Call

Email input with inline book-a-call CTA button and optional powered-by text

Ace Book A Call

Email input with inline book-a-call CTA button and optional powered-by text.

Preview
Open in
Loading preview...

Installation

Terminal
$npx shadcn@latest add @vandoko/ace-book-a-call

Usage

import { BookACall } from "@/components/vandoko/ace-book-a-call";

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

Features

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

Props

4 props
PropTypeDefaultDescription
className
string-
placeholder
string-
buttonText
string-
poweredByText
string-

Lineage

PropertyValue
Source@aceternity/book-a-call
Version1.0.0
Curated2026-03-26
LicenseMIT

Modifications

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

On this page