siddcn logo
siddcn

Titled Card

Card with header title

LOCALHOST:3000
┌─ Title ─┐
│ Body    │
└─────────┘
NORMAL100%
InstallationBASH
npx siddcn add card-titled
UsageTSX
import { TitledCard } from 'siddcn';

export default function App() {
  return <TitledCard title="Title">Body</TitledCard>;
}