mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
docs(progress-indicator): add disabled steps example
This commit is contained in:
parent
6547e15dd7
commit
735c6a7f7e
1 changed files with 17 additions and 0 deletions
|
@ -76,6 +76,23 @@ When programmatically updating the `currentIndex`, keep in mind that only comple
|
||||||
/>
|
/>
|
||||||
</ProgressIndicator>
|
</ProgressIndicator>
|
||||||
|
|
||||||
|
### Disabled steps
|
||||||
|
|
||||||
|
<ProgressIndicator>
|
||||||
|
<ProgressStep complete
|
||||||
|
label="Step 1"
|
||||||
|
description="The progress indicator will listen for clicks on the steps"
|
||||||
|
/>
|
||||||
|
<ProgressStep disabled
|
||||||
|
label="Step 2"
|
||||||
|
description="The progress indicator will listen for clicks on the steps"
|
||||||
|
/>
|
||||||
|
<ProgressStep disabled
|
||||||
|
label="Step 3"
|
||||||
|
description="The progress indicator will listen for clicks on the steps"
|
||||||
|
/>
|
||||||
|
</ProgressIndicator>
|
||||||
|
|
||||||
### Spaced-equally
|
### Spaced-equally
|
||||||
|
|
||||||
<ProgressIndicator spaceEqually>
|
<ProgressIndicator spaceEqually>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue