You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -50,7 +49,7 @@ export const description = 'Allows a user to perform an action, with mouse, touc
50
49
51
50
Use the `onPress` prop to handle interactions via mouse, keyboard, and touch. This is similar to `onClick`, but normalized for consistency across browsers, devices, and interaction methods. Read our [blog post](blog/building-a-button-part-1) to learn more.
52
51
53
-
The `onPressStart`, `onPressEnd`, and `onPressChange` events are also emitted as the user interacts with the button. Each of these handlers receives a <TypeLinklinks={typesDocs.links}type={typesDocs.exports.PressEvent} />, which provides information about the target and interaction method. See <Linkhref={`${getBaseUrl('react-aria')}/usePress`}>usePress</Link> for more details.
52
+
The `onPressStart`, `onPressEnd`, and `onPressChange` events are also emitted as the user interacts with the button. Each of these handlers receives a <TypeLinklinks={typesDocs.links}type={typesDocs.exports.PressEvent} />, which provides information about the target and interaction method. See [usePress](usePress) for more details.
0 commit comments