Replies: 2 comments 2 replies
-
I think a better implementation will be to add the |
Beta Was this translation helpful? Give feedback.
-
The shortcut bar would probably be too specific to be included in the library, however we have a proposal to handle the keyboard shortcut presentiation: Components > Keys, which links to Mantine's
I would advise against trying to augment the Button component for this purpose though. Buttons are intractable UI elements that handle click/touch events. Instead, we should treat these as their own standalone component similar to badges: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Check example in: https://github.com/ak4zh/statera
Live site: https://statera.in
Desired props:
h
|v
(horizontal | vertical)[{title: 'Option 1', key: 'F1', href: '/option-1'}, ...]
bg-color
bg-color
text-color
text-color
Beta Was this translation helpful? Give feedback.
All reactions