mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
test(progress-bar): assert kind prop
This commit is contained in:
parent
036c407f40
commit
93e99f9f96
1 changed files with 3 additions and 13 deletions
|
@ -5,21 +5,11 @@
|
||||||
<ProgressBar helperText="Loading..." />
|
<ProgressBar helperText="Loading..." />
|
||||||
|
|
||||||
<ProgressBar
|
<ProgressBar
|
||||||
|
kind="inline"
|
||||||
|
size="md"
|
||||||
value="{40}"
|
value="{40}"
|
||||||
|
max="{100}"
|
||||||
labelText="Upload status"
|
labelText="Upload status"
|
||||||
helperText="40 MB of 100 MB"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<ProgressBar
|
|
||||||
value="{40}"
|
|
||||||
max="{200}"
|
|
||||||
labelText="Upload status"
|
|
||||||
helperText="40 MB of 100 MB"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<ProgressBar
|
|
||||||
hideLabel
|
hideLabel
|
||||||
value="{40}"
|
|
||||||
labelText="Upload status"
|
|
||||||
helperText="40 MB of 100 MB"
|
helperText="40 MB of 100 MB"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue