Open
Description
Feature request
Summary
Expose the useButton hook allows developers to build additional widget with consistent behavior.
Examples in other libraries
N/A
Motivation
As building custom UI components, I want to leverage the same underlying logic used by the library’s useButton hook - such as keyboard interactions, ARIA attributes, and event normalization—without having to reimplement accessibility features from scratch or copy paste to main own version.