tsimport {FieldStatus} from '@astryxdesign/core/FieldStatus'
| Guidance | Practices |
|---|---|
| Do | Use attached status below bordered inputs when the message belongs to that input. |
| Do | Use detached status for controls like checkboxes, switches, and custom controls where overlap would be visually awkward. |
| Don't | Use FieldStatus for general alerts or page-level notices; use Banner or Toast instead. |