Skip to content

Commit 8a3c8e5

Browse files
committed
docs(storybook): document the default slot
1 parent aaa9558 commit 8a3c8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-keyboard-shortcut/lib/uui-key.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { queryAssignedNodes } from 'lit/decorators.js';
44
/**
55
* A visual representation of a key on you keyboard. use inside `<uui-keyboard-shortcut></uui-keyboard-shortcut>`
66
* @element uui-key
7-
* @slot - for the key name. Anything you put in here will be lowercase.
7+
* @slot default - for the key name. Anything you put in here will be lowercase.
88
*/
99
export class UUIKeyElement extends LitElement {
1010
static styles = [

0 commit comments

Comments
 (0)