Components
Ace Outcomes
Outcomes section with metrics and landing images showcase
Ace Outcomes
Outcomes section with metrics and landing images showcase.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-outcomesUsage
import { Outcomes } from "@/components/vandoko/ace-outcomes";
export default function Page() {
return <Outcomes />;
}Features
- Responsive -- Adapts to all screen sizes
- Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency
Props
5 props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | - |
heading | string | — | - |
description | string | — | - |
firstImageSrc | string | — | - |
secondImageSrc | string | — | - |
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/outcomes |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction