mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(progress-indicator): correct Story
This commit is contained in:
parent
a0c4d347d5
commit
73e96e3d35
1 changed files with 2 additions and 6 deletions
|
@ -32,14 +32,10 @@
|
||||||
<ProgressStep
|
<ProgressStep
|
||||||
label="Second step with tooltip"
|
label="Second step with tooltip"
|
||||||
description="Step 2: Getting started with Carbon Design System"
|
description="Step 2: Getting started with Carbon Design System"
|
||||||
secondaryLabel="Optional label">
|
secondaryLabel="Optional label" />
|
||||||
Label
|
|
||||||
</ProgressStep>
|
|
||||||
<ProgressStep
|
<ProgressStep
|
||||||
label="Third step with tooltip"
|
label="Third step with tooltip"
|
||||||
description="Step 3: Getting started with Carbon Design System">
|
description="Step 3: Getting started with Carbon Design System" />
|
||||||
Label
|
|
||||||
</ProgressStep>
|
|
||||||
<ProgressStep
|
<ProgressStep
|
||||||
label="Fourth step"
|
label="Fourth step"
|
||||||
description="Step 4: Getting started with Carbon Design System"
|
description="Step 4: Getting started with Carbon Design System"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue