Components

Ace Social Card

Social media preview card with platform icon, handle, and content snippet

Ace Social Card

Social media preview card with platform icon, handle, and content snippet.

Preview
Open in
Loading preview...

Installation

Terminal
$npx shadcn@latest add @vandoko/ace-social-card

Usage

import { AceSocialCard } from "@/components/vandoko/ace-social-card";

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

Features

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

Props

3 props
PropTypeDefaultDescription
className
string-
imageSrc
string-
imageAlt
string-

Lineage

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

Modifications

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

On this page