docs(progress-indicator): add example for vertical skeleton

This commit is contained in:
Eric Liu 2020-11-20 09:27:08 -08:00
commit bb3ecaaa9e

View file

@ -95,4 +95,10 @@ When programmatically updating the `currentIndex`, keep in mind that only comple
### Skeleton ### Skeleton
<ProgressIndicatorSkeleton count={3} /> Use the `count` prop to specify the number of progress steps to render.
<ProgressIndicatorSkeleton />
### Skeleton (vertical)
<ProgressIndicatorSkeleton vertical />