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
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-social-cardUsage
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
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | - |
imageSrc | string | — | - |
imageAlt | string | — | - |
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/social-card |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction