Skip to content

Button

A pill of glass. The accent variant is colored glass rather than flat paint, and every variant carries the pointer sheen.

Install

$ pnpm dlx shadcn@latest add https://vitrumui.vercel.app/r/button.json

Examples

Variants

Sizes

API

<Button />

PropTypeDefaultDescription
variant"glass" | "accent" | "film" | "destructive" | "ghost" | "link""glass"Visual treatment.
size"sm" | "default" | "lg" | "icon" | "icon-sm" | "icon-lg""default"Control height and padding.
asChildbooleanfalseRender the child element with button styling.