Empty button
Use EuiButtonEmpty when you want to reduce the importance of the button (i.e. tertiary or low prominence actions), but still want to align it to the rest of the buttons.
It is also the only button component that supports down to size
xs
.Flush empty button
When aligning EuiButtonEmpty components to the left or the right, you should make sure theyβre flush with the edge of their container, so that theyβre horizontally aligned with the other content in the container.
Props
EuiButtonEmpty
Prop | Description and type | Default value |
---|---|---|
Prop color# | Description and type Any of the named color palette options. "primary" | "text" | "accent" | "accentSecondary" | "success" | "warning" | "danger" | Default value primary |
Prop size# | Description and type Type: "xs" | "s" | "m" | Default value m |
Prop flush# | Description and type Ensure the text of the button sits flush to the left, right, or both sides of its container "left" | "right" | "both" | Default value |
Prop isDisabled# | Description and type
boolean | Default value |
Prop isLoading# | Description and type Force disables the button and changes the icon to a loading spinner boolean | Default value |
Prop isSelected# | Description and type Applies the boolean state as the boolean | Default value |
Prop href# | Description and type Type: string | Default value |