COCO component style guide

`.hidden` and the native `[hidden]` attribute remove an element from layout and the accessibility tree. Use `.sr-only` instead when assistive tools still need the content.

Show code

Hidden content Modifiers

  • Hide the element completely.

Search

Code Audit Results