Components

Ace Beam

Decorative beam/ray primitive with gradient line and glow effect

Ace Beam

Decorative beam/ray primitive with gradient line and glow effect.

Preview
Open in
Loading preview...

Installation

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

Usage

import { onEnd } from "@/components/vandoko/ace-beam";

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

Features

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

Props

2 props
PropTypeDefaultDescription
beam
'visible' | 'hidden'-
className
string-

Lineage

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

Modifications

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

On this page