mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
docs(progress-indicator): add example for vertical skeleton
This commit is contained in:
parent
365c16a0d1
commit
bb3ecaaa9e
1 changed files with 7 additions and 1 deletions
|
@ -95,4 +95,10 @@ When programmatically updating the `currentIndex`, keep in mind that only comple
|
|||
|
||||
### Skeleton
|
||||
|
||||
<ProgressIndicatorSkeleton count={3} />
|
||||
Use the `count` prop to specify the number of progress steps to render.
|
||||
|
||||
<ProgressIndicatorSkeleton />
|
||||
|
||||
### Skeleton (vertical)
|
||||
|
||||
<ProgressIndicatorSkeleton vertical />
|
Loading…
Add table
Add a link
Reference in a new issue