File tree 1 file changed +2
-2
lines changed
sites/skeleton.dev/src/routes/(inner)/components/progress-bars
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 41
41
<svelte:fragment slot =" sandbox" >
42
42
<DocsPreview >
43
43
<svelte:fragment slot =" preview" >
44
- <ProgressBar label = "Progress Bar" bind:value ={props .value } max ={props .max } />
44
+ <ProgressBar bind:value ={props .value } max ={props .max } />
45
45
</svelte:fragment >
46
46
<svelte:fragment slot =" footer" >
47
47
<div class ="w-48 mx-auto" ><input type ="range" min ="0" bind:value ={props .value } max ={props .max } step ={props .step } /></div >
48
48
</svelte:fragment >
49
49
<svelte:fragment slot =" source" >
50
- <CodeBlock language ="html" code ={` <ProgressBar label="Progress Bar" value={${props .value }} max={${props .max }} /> ` } />
50
+ <CodeBlock language ="html" code ={` <ProgressBar value={${props .value }} max={${props .max }} /> ` } />
51
51
</svelte:fragment >
52
52
</DocsPreview >
53
53
</svelte:fragment >
You can’t perform that action at this time.
0 commit comments