hp-visually-hidden
Content rendered inside this element is invisible on screen but readable by assistive tech — useful for icon-only buttons that need an accessible name, status announcements, or skip-to-main links that only appear on focus.
Icon button with hidden label
The button below has no visible text but announces "search" to screen readers.
Install
bun add @hexpunk/core lit import "@hexpunk/core"; Slots
| Slot | Description |
|---|---|
(default) | Content for screen readers only |
When to use
aria-hidden="true" on the element directly, or skip the markup
entirely.
No per-component entries in CHANGELOG.md yet.