Skip to content

Commit 7ce49bf

Browse files
authored
docs(uui-card-block-type): add descriptions for slots (#834)
* docs: add documentation for slots on the uui-card-block-type element * docs: expand descriptions for slots
1 parent 4320539 commit 7ce49bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/uui-card-block-type/lib/uui-card-block-type.element.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ export type BlockTypeIcon = {
1212

1313
/**
1414
* @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
1518
*/
1619
@defineElement('uui-card-block-type')
1720
export class UUICardBlockTypeElement extends UUICardElement {

0 commit comments

Comments
 (0)