Loading…
Loading…
Button with icon positions, loading spinner, and optional tooltip.
<ActionButton
buttonContent="Save"
variant="default"
icon={<Save />}
isPending={loading}
tooltipContent="Save changes"
handleOpen={() => console.log('clicked')}
/>