DocumentationAmertaThemeUiButtonInterfaces

Button Props

amerta


amerta / amerta/theme/ui/button / ButtonProps

Interface: ButtonProps

Defined in: amerta/theme/ui/button.tsx:34

Extends

  • ButtonHTMLAttributes<HTMLButtonElement>.VariantProps<typeof buttonVariants>

Properties

asChild?

optional asChild: boolean

Defined in: amerta/theme/ui/button.tsx:35


size?

optional size: "default" | "icon" | "sm" | "lg" | "xl" | "xs" | null

Defined in: amerta/theme/ui/button.tsx:19

Inherited from

VariantProps.size


tooltip?

optional tooltip: string

Defined in: amerta/theme/ui/button.tsx:36


variant?

optional variant: "default" | "clear" | "link" | "outline" | "destructive" | "ghost" | "secondary" | null

Defined in: amerta/theme/ui/button.tsx:10

Inherited from

VariantProps.variant