Components

Ace Map Section

Map section placeholder with heading and description for location display

Ace Map Section

Map section placeholder with heading and description for location display.

Preview
Open in
Loading preview...

Installation

Terminal
$npx shadcn@latest add @vandoko/ace-map-section

Usage

import { MapSection } from "@/components/vandoko/ace-map-section";

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

Features

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

Props

3 props
PropTypeDefaultDescription
className
string-
count
number-
countLabel
string-

Lineage

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

Modifications

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

On this page