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 b8c6a7c commit 91edb17Copy full SHA for 91edb17
packages/uui-keyboard-shortcut/lib/uui-key.element.ts
@@ -1,3 +1,4 @@
1
+import { defineElement } from '@umbraco-ui/uui-base/lib/registration';
2
import { css, html, LitElement } from 'lit';
3
import { queryAssignedNodes } from 'lit/decorators.js';
4
@@ -6,6 +7,7 @@ import { queryAssignedNodes } from 'lit/decorators.js';
6
7
* @element uui-key
8
* @slot - for the key name. Anything you put in here will be lowercase.
9
*/
10
+@defineElement('uui-key')
11
export class UUIKeyElement extends LitElement {
12
static styles = [
13
css`
0 commit comments