ButtonProps
Home > @backstage/canon
> ButtonProps
Properties for Button
Signature:
export interface ButtonProps extends useRender.ComponentProps<'button'>
Extends: useRender.ComponentProps<'button'>
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
ReactElement |
(Optional) Optional icon to display at the end of the button | ||
ReactElement |
(Optional) Optional icon to display at the start of the button | ||
ButtonOwnProps['size'] |
(Optional) The size of the button | ||
ButtonOwnProps['variant'] |
(Optional) The visual variant of the button |