Components
Ace Footer
Site footer with navigation columns, social links, and copyright bar
Ace Footer
Site footer with navigation columns, social links, and copyright bar.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-footerUsage
import { AceFooter } from "@/components/vandoko/ace-footer";
export default function Page() {
return <AceFooter />;
}Features
- Responsive -- Adapts to all screen sizes
- Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency
Props
7 props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | - |
logo | React.ReactNode | — | - |
tagline | string | — | - |
columns | AceFooterColumn[] | — | - |
copyright | string | — | - |
socialLinks | React.ReactNode | — | - |
children | React.ReactNode | — | - |
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/footer |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction