File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
src/wrappers/components/ui Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 95
95
96
96
import { defaultScreenWidthBreakpoints } from " $lib/config.js" ;
97
97
98
- import Checkbox from " $lib/components/ui/Checkbox.svelte" ;
98
+ // import Checkbox from "$lib/components/ui/Checkbox.svelte";
99
99
import Examples from " ./checkbox/Examples.svelte" ;
100
100
101
101
let { data } = $props ();
410
410
-->
411
411
{#snippet Component ()}
412
412
< div class = " flex flex-col gap-4" >
413
- < div class = " px-6 py-14" >
414
- < Checkbox {... parametersObject} bind: selectedValues / >
415
- < / div>
413
+ < div class = " px-6 py-14" >< / div>
416
414
< / div>
417
415
{/ snippet}
418
416
@@ -459,5 +457,5 @@ DONOTTOUCH *
459
457
&& Creates a list of examples where the component is used (if any examples exist).
460
458
-->
461
459
< div id= " examples" data- role= " examples-section" >
462
- < Examples>< / Examples>
460
+ <!-- < Examples>< / Examples> -- >
463
461
< / div>
You can’t perform that action at this time.
0 commit comments