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'
<Indicatortooltip="I explain this Indicator. I should always be used for clarity and accessibility purposes."/>
Properties
Name | Type | Default | Description | Required? |
---|---|---|---|---|
tooltip | string | '' |