This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
Add useClickable
composable
#191
Labels
☄️ core team
This issue/pull request has been opened by a Vue core team member
type: contributions welcome 💚
Contributions are welcome!
type: feature or enhancement ⚡️
New feature or request
useClickable implements all the interactions of a native
button
component with support for making it focusable even if it is disabled.
It can be used with both native button elements or other elements (like
div
).See React Package useClickable
🚨 Important
Depends on Chakra's
useEventListeners
(See Issue #190). Consider using this or VueUseuseEventListener
.The text was updated successfully, but these errors were encountered: