Skip to content

Commit

Permalink
docs(keyboard-key): pressed stlying example
Browse files Browse the repository at this point in the history
  • Loading branch information
krisantrobus committed Nov 26, 2024
1 parent 86e4fd0 commit 4bed0a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export const useKeyCombinationExample = `const HookExample = () => {
onCombinationPress: () => {
setCombinationTriggeredText("Shift + Q pressed");
},
enablePressStyles: true,
});
return (
Expand Down

0 comments on commit 4bed0a9

Please sign in to comment.