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 5408f29 commit 75ba91eCopy full SHA for 75ba91e
packages/uui-card-user/lib/uui-card-user.element.ts
@@ -13,6 +13,7 @@ import { ifDefined } from 'lit/directives/if-defined.js';
13
* @description - Card component for displaying a user node.
14
* @slot - slot for the default content area
15
* @slot tag - slot for the tag with support for `<uui-tag>` elements
16
+ * @slot avatar - slot for the avatar with support for the `<uui-avatar>` element
17
* @slot actions - slot for the actions with support for the `<uui-action-bar>` element
18
*/
19
@defineElement('uui-card-user')
0 commit comments