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
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-logo-with-textUsage
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
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | - |
textClassName | string | — | - |
logoClassName | string | — | - |
icon | React.ReactNode | — | - |
label | string | — | - |
href | string | — | - |
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/logo-with-text |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction