Card

Composable card primitives for headers, content, descriptions, and actions.

Use Card to group related information, actions, and descriptions into a surface with clear spatial hierarchy.

Preview

Card composition

Card primitives give you a stable surface for headers, content blocks, supporting copy, and action rows.

Starter workspace

Ship a consistent docs and component experience across React and Vue.

Use cards for summaries, settings surfaces, marketing CTAs, and denser information blocks that need a clear frame.

Registry install

pnpm dlx shadcn@latest add https://react.tileui.zmorg.cn/r/card.json

Package usage

import { Card, CardHeader, CardTitle, CardContent } from '@tile-ui/react';

Highlights

  • Header, content, and footer primitives
  • Consistent section spacing
  • Useful for docs and app surfaces