Getting Started
Templates
Blocks
Components
For solo developers, indie hackers, and freelancers shipping their own products. Pay once, keep everything forever.
Instant download · No subscription · Lifetime access
For small teams, agencies, and freelancers shipping multiple client products. Lifetime access for everyone on your team.
Instant CLI token for 5 seats · Onboarding included · Invoice on request
pnpm dlx shadcn@latest add @ruixenui-pro/flicker-footer| Prop | Type | Default |
|---|
| Description |
|---|
headline | string[] | ["Building Digital", "Experiences™"] | Array of headline lines with flicker effect |
tagline | string | Default tagline | Tagline text (supports newlines) |
coordinates | { x: string; y: string } | { x: "2048PX", y: "256PX" } | Decorative coordinates display |
projectBy | string | "ACME STUDIO" | Project attribution text |
ingredients | Ingredient[] | Default ingredients | Tech stack or ingredients list |
chapters | NavLink[] | Default chapters | Navigation links |
height | number | 550 | Footer height in pixels |
showMenu | boolean | true | Show/hide menu button |
className | string | - | Additional CSS classes |
interface NavLink {
title: string
href: string
}
interface Ingredient {
title: string
href?: string
}