Interface

BaseButtonProps

BaseButtonProps

Properties:
Name Type Attributes Default Description
text string The text to display on the button.
icon ReactElement <optional>
The icon to display on the button.
type "success" | "info" | "warning" | "error" <optional>
The type (in terms of style) of button.
outlined boolean <optional>
false Whether the button is outlined or filled in. Filled in by default.
disabled boolean <optional>
false Whether to disable the button.
loading boolean <optional>
false Whether to show a loading state for the button.
Implements:
Author:

View Source components/Button.tsx, line 58