Cardheaders1
mynaui/cardheaders1FreeBlock
Card headers are used to display some information on top of a card.
Install it
npx shadcn@latest add https://mynaui.com/r/cardheaders1.jsonSource
1export default function Basic() {2 return (3 <div className="w-full divide-y overflow-hidden rounded border bg-background">4 <div className="px-4 py-3">5 <h3 className="text-base font-semibold">Settings</h3>6 </div>7 <div className="p-4">8 <div className="h-40 border-4 border-dotted bg-muted" />9 </div>10 </div>11 );12}
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 |
