Cardheaders3
mynaui/cardheaders3FreeBlock
Card headers are used to display some information on top of a card.
Install it
npx shadcn@latest add https://mynaui.com/r/cardheaders3.jsonSource
1import { Button } from "@/ui/button";23export default function HeadingWithButton() {4 return (5 <div className="w-full divide-y overflow-hidden rounded border bg-background">6 <div className="flex flex-wrap items-center justify-between gap-4 px-4 py-3 sm:flex-nowrap">7 <h3 className="text-base font-semibold">Settings</h3>8 <Button size="sm">View all</Button>9 </div>10 <div className="p-4">11 <div className="h-40 border-4 border-dotted bg-muted" />12 </div>13 </div>14 );15}
What it pulls in
Other registry items
Files it writes
More from mynaui
All 346 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| 40414041 | mynaui | Blocks | Free | no deps · 2 files | |
| 40424042 | mynaui | Blocks | Free | no deps · 2 files | |
| 40434043 | mynaui | Blocks | Free | no deps · 2 files | |
| 40444044 | mynaui | Blocks | Free | no deps · 2 files | |
| 40454045 | mynaui | Blocks | Free | no deps · 2 files | |
| App sheets1app-sheets1 | mynaui | Blocks | Free | no deps · 2 files | |
| App sheets2app-sheets2 | mynaui | Blocks | Free | no deps · 2 files | |
| App sheets3app-sheets3 | mynaui | Blocks | Free | no deps · 2 files |
