Components

Ace Logo With Text

Logo mark paired with brand text for header and footer usage

Ace Logo With Text

Logo mark paired with brand text for header and footer usage.

Preview
Open in
Loading preview...

Installation

Terminal
$npx shadcn@latest add @vandoko/ace-logo-with-text

Usage

import { AceLogoWithText } from "@/components/vandoko/ace-logo-with-text";

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

Features

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

Props

6 props
PropTypeDefaultDescription
className
string-
textClassName
string-
logoClassName
string-
icon
React.ReactNode-
label
string-
href
string-

Lineage

PropertyValue
Source@aceternity/logo-with-text
Version1.0.0
Curated2026-03-26
LicenseMIT

Modifications

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

On this page