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
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-book-a-callUsage
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
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | - |
placeholder | string | — | - |
buttonText | string | — | - |
poweredByText | string | — | - |
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/book-a-call |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction