RefreshButton
The RefreshButton component is a specialized IconButton for refresh actions, with a loading state.
Playground
Props
Props
| Prop | Type | Default | Description |
|---|---|---|---|
disabled | boolean | false | Disables the button. |
loading | boolean | false | Shows a loading spinner and disables the button. |
onClick | () => void | - | Callback when the button is clicked. |
title | string | 'Actualizar' | The accessible title (tooltip). |
See also
Last updated on