Command Palette

Search for a command to run...

Docs
Content Card

Content Card

Displays a content card with action, body and footer

fallback
CoffeLover · 19d ago
0x1a4...abcdef
This is a sample post ...
Published via Antenna

Installation

pnpm dlx shadcn@latest add "https://akasha-ui.pages.dev/r/styles/default/content-card.json"
import {
  ContentCard,
  ContentCardAction,
  ContentCardBody,
  ContentCardFooter,
} from "<path-to-ui-components>/content-card";
<ContentCard>
  <ContentCardAction>Menu</ContentCardAction>
  <ContentCardBody>Body</ContentCardBody>
  <ContentCardFooter>Footer</ContentCardFooter>
</ContentCard>