We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
As a developer I want to be able use a KeyboardInput component so that I can easily add keyboard shortcuts
KeyboardInput
The component should contain:
dcx-keyboard-Input
KeyboardInput behind the scenes is a kbd tag:
kbd
<kbd>ctrl + p</kbd>
The final user will use in this way:
<KeyboardInput>ctrl + p</KeyboardInput>
and the outcome will be something like this:
Tasks:
MDN Docs: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/kbd
Please follow the below to create your branch
git checkout release/0.8 git pull git checkout -b 'feature/keyboard-input'
The text was updated successfully, but these errors were encountered:
Closed by #504
Sorry, something went wrong.
KavithaKurella
No branches or pull requests
As a developer
I want to be able use a
KeyboardInput
componentso that I can easily add keyboard shortcuts
The component should contain:
dcx-keyboard-Input
KeyboardInput behind the scenes is a
kbd
tag:The final user will use in this way:
and the outcome will be something like this:
Tasks:
MDN Docs: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/kbd
Please follow the below to create your branch
git checkout release/0.8 git pull git checkout -b 'feature/keyboard-input'
The text was updated successfully, but these errors were encountered: