File tree 4 files changed +10
-5
lines changed
src/routes/(inner)/components
4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,5 @@ pnpm-lock.yaml
15
15
/.temp
16
16
/dist
17
17
/scripts /tw-settings.json
18
- /src /lib /tailwind /generated
18
+ /src /lib /tailwind /generated
19
+ /src /plugin /generated
Original file line number Diff line number Diff line change 1
- # skeleton.dev source code
1
+ # skeleton.dev source code
Original file line number Diff line number Diff line change @@ -304,7 +304,11 @@ function myCustomFilter(): AutocompleteOption<string>[] {
304
304
305
305
<section class =" space-y-4" >
306
306
<h2 class =" h2" >Popup</h2 >
307
- <p >We've provide a demo of using Autocomplete alongside a Skeleton popup utility below.</p >
307
+ <p >
308
+ We've provide a demo of using Autocomplete alongside a Skeleton popup utility below. See <a href =" /utilities/popups" class =" anchor"
309
+ >Popups</a
310
+ > for more details.
311
+ </p >
308
312
<DocsPreview background =" neutral" regionFooter =" text-center" >
309
313
<svelte:fragment slot =" preview" >
310
314
<div class =" text-token w-full max-w-sm space-y-2" >
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