Skip to main content

Mnemonic

Implements mnemonic UX pattern, for actionable components. See more.

tip

MnemonicTrigger is typically not used directly as it's used internally in components like Button and Checkbox. Only use it if implementing the same pattern for a custom component.

Live example

Result
Loading...
Live Editor
info

Implementation of mnemonic for Menu (currently not done) doesn't require MnemonicTrigger as it's activated based on the focus being on the menu, without requiring a separate activation key (Alt).