DocumentationAmertaThemeUiButtonInterfaces
Button Props
amerta / amerta/theme/ui/button / ButtonProps
Interface: ButtonProps
Defined in: amerta/theme/ui/button.tsx:34
Extends
ButtonHTMLAttributes<HTMLButtonElement>.VariantProps<typeofbuttonVariants>
Properties
asChild?
optionalasChild:boolean
Defined in: amerta/theme/ui/button.tsx:35
size?
optionalsize:"default"|"icon"|"sm"|"lg"|"xl"|"xs"|null
Defined in: amerta/theme/ui/button.tsx:19
Inherited from
VariantProps.size
tooltip?
optionaltooltip:string
Defined in: amerta/theme/ui/button.tsx:36
variant?
optionalvariant:"default"|"clear"|"link"|"outline"|"destructive"|"ghost"|"secondary"|null
Defined in: amerta/theme/ui/button.tsx:10
Inherited from
VariantProps.variant