Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Add useClickable composable #191

Open
TylerAPfledderer opened this issue Oct 11, 2022 · 0 comments
Open

Add useClickable composable #191

TylerAPfledderer opened this issue Oct 11, 2022 · 0 comments
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

Comments

@TylerAPfledderer
Copy link
Collaborator

TylerAPfledderer commented Oct 11, 2022

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 VueUse useEventListener.

@TylerAPfledderer TylerAPfledderer added type: feature or enhancement ⚡️ New feature or request type: contributions welcome 💚 Contributions are welcome! ☄️ core team This issue/pull request has been opened by a Vue core team member labels Oct 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

1 participant