SaveStatus
SaveStatus(
props):Element
Renders a save status indicator with an icon and a tooltip.
Parameters
props
Returns
Element
Example
// Shows a "check" icon to indicate that changes have been successfully saved.
<SaveStatus saved={true} />
// Shows a spinning "refresh" icon to indicate that changes are currently being saved.
<SaveStatus saved={false} />