Shadcn-style components
The shadcn/ui look recreated with plain CSS — no build step, works in any CDN context. Anatomy ids mirror the slot names shadcn users know.
Card — with form field and actions
Create project
Deploy your new project in one click.
Card
cardThe outer container. rounded-lg border bg-card shadow-sm in Tailwind terms.
Header
card-headerGroups title and description with vertical spacing.
Title
card-titleThe heading. Semantic <h3>, font-semibold tracking-tight.
Description
card-descriptionMuted supporting copy under the title.
Content
card-contentThe main body — here a form field.
Footer
card-footerAction row, typically right-aligned buttons.
Button — default variant with icon
Button
buttonshadcn-style default variant: solid foreground, rounded-md, h-9 px-4.
Icon
button-iconOptional 16px leading icon, aria-hidden.