Components

Ace Icon Container

Compact icon container with configurable size and background style

Ace Icon Container

Compact icon container with configurable size and background style.

Preview
Open in
Loading preview...

Installation

Terminal
$npx shadcn@latest add @vandoko/ace-icon-container

Usage

import { AceIconContainer } from "@/components/vandoko/ace-icon-container";

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

Features

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

Props

2 props
PropTypeDefaultDescription
childrenreq
React.ReactNode-
className
string-

Lineage

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

Modifications

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

On this page