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 4320539 commit 7ce49bfCopy full SHA for 7ce49bf
packages/uui-card-block-type/lib/uui-card-block-type.element.ts
@@ -12,6 +12,9 @@ export type BlockTypeIcon = {
12
13
/**
14
* @element uui-card-block-type
15
+ * @slot - slot for the default content area
16
+ * @slot tag - slot for the tag with support for `<uui-tag>` elements
17
+ * @slot actions - slot for the actions with support for the `<uui-action-bar>` element
18
*/
19
@defineElement('uui-card-block-type')
20
export class UUICardBlockTypeElement extends UUICardElement {
0 commit comments