diff --git a/docs/src/pages/components/ProgressIndicator.svx b/docs/src/pages/components/ProgressIndicator.svx index aeeb3234..ca7bd004 100644 --- a/docs/src/pages/components/ProgressIndicator.svx +++ b/docs/src/pages/components/ProgressIndicator.svx @@ -7,8 +7,12 @@ components: ["ProgressIndicator", "ProgressStep", "ProgressIndicatorSkeleton"] import Preview from "../../components/Preview.svelte"; +`ProgressIndicator` provides a visual representation of progress through a sequence of steps. It supports horizontal and vertical layouts, step completion states, and interactive navigation. + ## Default (horizontal) +Create a horizontal progress indicator with four steps. + ## Invalid step +Mark a step as invalid to indicate an error state. + ## Skeleton (vertical) +Show a vertical loading state with the specified number of steps. + \ No newline at end of file