Components
Ace Ambient Color
Ambient color glow effect primitive with configurable hue and blur radius
Ace Ambient Color
Ambient color glow effect primitive with configurable hue and blur radius.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-ambient-colorUsage
import { AceAmbientColor } from "@/components/vandoko/ace-ambient-color";
export default function Page() {
return <AceAmbientColor />;
}Features
- Responsive -- Adapts to all screen sizes
- Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency
Props
1 prop
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | - |
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/ambient-color |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction