Components
Ace Use Cases
Animated use cases section with motion/react transitions between scenarios
Ace Use Cases
Animated use cases section with motion/react transitions between scenarios.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-use-casesUsage
import { UseCases } from "@/components/vandoko/ace-use-cases";
export default function Page() {
return <UseCases />;
}Features
- Animated -- Smooth entrance and interaction animations via motion/react
- 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 | — | - |
heading | string | — | - |
subheading | string | — | - |
items | AceUseCaseItem[] | — | - |
Dependencies
motion
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/use-cases |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction