Cards

Website / Cards

ContentCard

Presents a generic titled content block.

Live example

Project update

A reusable content surface for a concise message.

Interactive preview using local sample data. Styling is intentionally left to the consuming project.

Usage

// ContentCard usage will be documented here.

Adopt to your project

This Website → Cards → ContentCard component provides a neutral structural starting point. Adapt local visual presentation through documented props and className without changing its semantic purpose.

Accessibility

Keep heading levels correct within the page hierarchy.

API reference

API focus
Title, description, children, actions, className.

The preview uses safe local sample data. Check the exported TypeScript types before adapting it to project data.

Installation

Full library
pnpm install:project /absolute/path/to/your-project

Planned guided selection
Website → Cards → ContentCard