mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
docs(progress-bar): add "Small size" example
This commit is contained in:
parent
efe9ef1fb6
commit
d355cda0ff
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,12 @@ Without a specified `value` prop, the progress bar is indeterminate.
|
|||
|
||||
<ProgressBar helperText="Loading..." />
|
||||
|
||||
### Small size
|
||||
|
||||
Specify `size="sm"` to use the small variant.
|
||||
|
||||
<ProgressBar size="sm" helperText="Loading..." />
|
||||
|
||||
### Percentage
|
||||
|
||||
<ProgressBar value={40} labelText="Upload status" helperText="40 MB of 100 MB" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue