Components

Ace Speed

Speed/performance section with metrics and landing images visualization

Ace Speed

Speed/performance section with metrics and landing images visualization.

Preview
Open in
Loading preview...

Installation

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

Usage

import { Speed } from "@/components/vandoko/ace-speed";

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

Features

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

Props

5 props
PropTypeDefaultDescription
className
string-
heading
string-
description
string-
firstImageSrc
string-
secondImageSrc
string-

Lineage

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

Modifications

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

On this page