tuqulore / jumpu-ui

ユーティリティフレンドリーな UI コンポーネントライブラリー
https://tuqulore.github.io/jumpu-ui/
MIT License
5 stars 0 forks source link

ツールチップはフォーカス時にも表示する #615

Open knokmki612 opened 5 months ago

knokmki612 commented 5 months ago
Focus stays on the triggering element while the tooltip is displayed.
If the tooltip is invoked when the trigger element receives focus, then it is dismissed when it no longer has focus (onBlur). If the tooltip is invoked with mouseIn, then it is dismissed with on mouseOut.

https://www.w3.org/WAI/ARIA/apg/patterns/tooltip/

現状の実装

https://github.com/tuqulore/jumpu-ui/blob/f251dc89d5445a41b0e42584efc441409154bba0/packages/tailwindcss/iconButton.js#L33-L39