Components

Indicator

Indicator is a non-actionable ornament that can be used to draw a user’s attention to an area of the UI.

Indicators should always be accompanied by a descriptive label describing its purpose. The tooltip prop will be applied to the aria-label attribute.

import { Indicator } from '@sproutsocial/racine'
<Indicator
tooltip="I explain this Indicator. I should always be used for clarity and accessibility purposes."
/>

Properties

NameTypeDefaultDescriptionRequired?
tooltipstring''