Cardheaders4
mynaui/cardheaders4FreeBlock
Card headers are used to display some information on top of a card.
Install it
npx shadcn@latest add https://mynaui.com/r/cardheaders4.jsonSource
1import { Button } from "@/ui/button";23export default function WithButton() {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 <div>8 <h3 className="text-base font-semibold">Settings</h3>9 <p className="text-sm text-muted-foreground">10 Configure your account settings and preferences.11 </p>12 </div>13 <Button size="sm">View all</Button>14 </div>15 <div className="p-4">16 <div className="h-40 border-4 border-dotted bg-muted" />17 </div>18 </div>19 );20}
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 |
