Toggle Tip
A toggletip: a button that reveals supplementary information in a polite `role="status"` live region when clicked, and closes on Escape. Unlike a tooltip (hover/focus + `aria-describedby`), a toggletip is summoned on demand — the right pattern for help touch and keyboard users must open deliberately.
- Axe
- Focus
Preview
Installation
npx shadcn@latest add https://ui.publictheta.com/r/toggle-tip.jsonConformance
Verified against the @publictheta/ui-spec toggle-tip specification on both the React and vanilla reference implementations, across Chromium, Firefox, and WebKit.
- Axe — No WCAG 2 A/AA axe-core violations
- Focus — A visible focus indicator appears on keyboard focus (WCAG 2.4.7)
See the full conformance matrix across all components.