tsimport {StatusDot} from '@astryxdesign/core/StatusDot'
| Guidance | Practices |
|---|---|
| Do | Always pair with a visible text label so status is not conveyed by color alone. |
| Do | Provide a descriptive label prop for screen reader accessibility. |
| Don't | Use the pulse animation for purely decorative purposes; reserve it for states that require immediate attention. |
| Don't | Rely on color alone to communicate status; always include text. |