mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
Export id in ProgressBar, add UX animated progress bar example (#732)
* fix(progress-bar): export id prop #731 Fixes #731 * docs(progress-bar): add UX example
This commit is contained in:
parent
0aa52fe154
commit
2d47bcaf1f
6 changed files with 63 additions and 30 deletions
|
@ -21,4 +21,10 @@ The default `max` value is `100`.
|
|||
|
||||
### Hidden label
|
||||
|
||||
<ProgressBar hideLabel value={40} labelText="Upload status" helperText="40 MB of 100 MB" />
|
||||
<ProgressBar hideLabel value={40} labelText="Upload status" helperText="40 MB of 100 MB" />
|
||||
|
||||
### UX example
|
||||
|
||||
This example shows how to animate the progress bar from 0 to 100% with start and end states.
|
||||
|
||||
<FileSource src="/framed/ProgressBar/ProgressBarUx" />
|
Loading…
Add table
Add a link
Reference in a new issue