Skip to content

Commit 9f39b73

Browse files
chore(progress-steps): update slot definitions for docs (#1823)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 66ecfc3 commit 9f39b73

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

elements/pfe-progress-steps/pfe-progress-steps-item.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ const ICONS = new Map(Object.entries({
1212
}));
1313

1414
/**
15+
* @slot title
16+
* Short description of the current step.
17+
* @slot description
18+
* Longer decscription of the current step.
19+
* @slot link
20+
* Anchor tag that will be visually hidden in the shadowRoot. When the link is present, it will make this item clickable. All click events will forwarded to this anchor tag.
21+
*
1522
* @cssprop `--pfe-progress-steps-item--Width` {@default auto}
1623
* @cssprop `--pfe-progress-steps-item--MinHeight--vertical` {@default var(--pfe-progress-steps__item--Width, var(--pfe-theme--ui--element--size--lg, 75px))}
1724
* @cssprop `--pfe-progress-steps-item__circle--Size` {@default var(--pfe-theme--ui--element--size--md, 32px)} circle

0 commit comments

Comments
 (0)