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

Installation

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

Usage

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
PropTypeDefaultDescription
className
string-
logo
React.ReactNode-
tagline
string-
columns
AceFooterColumn[]-
copyright
string-
socialLinks
React.ReactNode-
children
React.ReactNode-

Lineage

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

Modifications

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

On this page