Indicators are a source of metadata that help customers find what they need quickly.
Deprecated Component
This component is deprecated and will not be audited or maintained moving forward.
We recommend exploring alternative solutions in Mosaic, where you can find supported components and updated guidance.
If no suitable alternative exists or you need support defining the right approach, please contact the Design System team by submitting a request through our form.
<tk-indicator type="new">Unwatched</tk-indicator>
<tk-indicator type="approved">Approved</tk-indicator>
<tk-indicator type="pending">Submitted for review</tk-indicator>
<tk-indicator type="error">Problem</tk-indicator>We use this pattern to indicate various meanings. new is used for announcing unwatched sessions. approved is used to notify a customer that a draft has been approved. pending is used to update a customer on the progress of a draft. error is used to notify the customer that the test encountered a problem.
<tk-indicator type="new">0:00</tk-indicator>
<tk-indicator type="record">0:02</tk-indicator><tk-indicator size="small">5 unwatched sessions</tk-indicator>
<tk-indicator size="large">5 unwatched sessions</tk-indicator><tk-indicator size="large" type="pending" icon="eye">Waiting for approval</tk-indicator>
<tk-indicator size="large" type="pending" icon="thumbs-up">Ready to launch</tk-indicator>