FocusVisiblePolyfill

Primitive #102

🔍 Problem it solves

Browsers differ in when they show focus outlines; some never show them for click users.

✅ Solution

FocusVisiblePolyfill adds a data-focus-visible attribute to mimic standard :focus-visible behavior.

🧩 Used by components

All interactive elements that need keyboard-only focus indicators.

🎮 Interactive demo