We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa9558 commit 8a3c8e5Copy full SHA for 8a3c8e5
packages/uui-keyboard-shortcut/lib/uui-key.element.ts
@@ -4,7 +4,7 @@ import { queryAssignedNodes } from 'lit/decorators.js';
4
/**
5
* A visual representation of a key on you keyboard. use inside `<uui-keyboard-shortcut></uui-keyboard-shortcut>`
6
* @element uui-key
7
- * @slot - for the key name. Anything you put in here will be lowercase.
+ * @slot default - for the key name. Anything you put in here will be lowercase.
8
*/
9
export class UUIKeyElement extends LitElement {
10
static styles = [
0 commit comments