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
Open in
Loading preview...

Installation

Terminal
$npx shadcn@latest add @vandoko/ace-ambient-color

Usage

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
PropTypeDefaultDescription
className
string-

Lineage

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

Modifications

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

On this page