Interface: ButtonBaseProps
components/buttons.ButtonBaseProps
Hierarchy
VariantProps
<typeofbuttonVariants
>↳
ButtonBaseProps
↳↳
ButtonProps
Properties
asChild
• Optional
asChild: boolean
Defined in
packages/webapp-libs/webapp-core/src/components/buttons/button/button.component.tsx:11
icon
• Optional
icon: ReactNode
Defined in
packages/webapp-libs/webapp-core/src/components/buttons/button/button.component.tsx:12
size
• Optional
size: null
| "default"
| "sm"
| "lg"
Inherited from
VariantProps.size
Defined in
packages/webapp-libs/webapp-core/src/components/buttons/button/button.styles.ts:15
variant
• Optional
variant: null
| "default"
| "destructive"
| "link"
| "outline"
| "secondary"
| "ghost"
Inherited from
VariantProps.variant
Defined in
packages/webapp-libs/webapp-core/src/components/buttons/button/button.styles.ts:7