Display labeled keyboard key-caps using the <KbdKey> component. Leptonic provides the Key enum which provides well-known keys and their display properties.
You may use this component to display a hint to a keyboard shortcut your users can use to interact with your app. As shortcuts mostly consist of two or more keys, Leptonic also provide the <KbdShortcut> component to make this task as easy as possible. Simply provide the keys which must be pressed in order to activate the shortcut.
Note that these component do not listen for key-presses. Their sole purpose is to unify rendering of key caps and shortcuts!