Getting Started
Templates
Components
Special Animations
Text Animations
Backgrounds
import { HackerBackground } from "@/components/eldoraui/hacker-background"<HackerBackground color="#0F0" fontSize={14} speed={1} /><HackerBackground
color="#22d3ee"
fontSize={18}
speed={2.5}
className="opacity-80"
/>| Prop | Type | Default | Description |
|---|---|---|---|
color | string | "#0F0" | Color of the falling characters (hex color) |
fontSize | number | 14 | Size of the characters in pixels |
speed | number | 1 | Speed multiplier for character falling animation |
className | string | "" | Additional CSS classes to apply to the canvas |