File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
apps/website/src/routes/docs/headless/checkbox/examples Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ export default component$(() => {
11
11
class = "flex items-center gap-3 border-2 border-black p-2"
12
12
checkList = { true }
13
13
>
14
- < ChecklistIndicator class = "flex h-[25px] w-[25px] items-center justify-center bg-slate-600" >
14
+ < Checklist . Indicator class = "flex h-[25px] w-[25px] items-center justify-center bg-slate-600" >
15
15
< div q :slot = "checkbox" id = "true-img" >
16
16
🍕
17
17
</ div >
18
18
19
19
< div q :slot = "checklist" id = "mixed-img" >
20
20
➖
21
21
</ div >
22
- </ ChecklistIndicator >
22
+ </ Checklist . Indicator >
23
23
Pick all toppings
24
24
</ Checkbox . Root >
25
25
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ export default component$(() => {
19
19
checkBoxSig = { checklistSig }
20
20
id = "checklist"
21
21
>
22
- < ChecklistIndicator class = "w-fit" >
22
+ < Checklist . Indicator class = "w-fit" >
23
23
< div q :slot = "checkbox" id = "true-img" >
24
24
✅
25
25
</ div >
26
26
27
27
< div q :slot = "checklist" id = "mixed-img" >
28
28
➖
29
29
</ div >
30
- </ ChecklistIndicator >
30
+ </ Checklist . Indicator >
31
31
< p > Controlls all</ p >
32
32
</ Checkbox . Root >
33
33
< Checkbox . Root
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ export default component$(() => {
14
14
class = "flex items-center gap-3 bg-slate-900 p-2 text-white"
15
15
checkList = { true }
16
16
>
17
- < ChecklistIndicator class = "w-fit" >
17
+ < Checklist . Indicator class = "w-fit" >
18
18
< div q :slot = "checkbox" id = "true-img" >
19
19
✅
20
20
</ div >
21
21
22
22
< div q :slot = "checklist" id = "mixed-img" >
23
23
➖
24
24
</ div >
25
- </ ChecklistIndicator >
25
+ </ Checklist . Indicator >
26
26
< p > Controlls all</ p >
27
27
</ Checkbox . Root >
28
28
< Checkbox . Root
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ export default component$(() => {
18
18
checkBoxSig = { checklistSig }
19
19
id = "checklist"
20
20
>
21
- < ChecklistIndicator class = "w-fit" >
21
+ < Checklist . Indicator class = "w-fit" >
22
22
< div q :slot = "checkbox" id = "true-img" >
23
23
✅
24
24
</ div >
25
25
26
26
< div q :slot = "checklist" id = "mixed-img" >
27
27
➖
28
28
</ div >
29
- </ ChecklistIndicator >
29
+ </ Checklist . Indicator >
30
30
< p > Controlls all</ p >
31
31
</ Checkbox . Root >
32
32
< Checkbox . Root
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ export default component$(() => {
13
13
class = "flex items-center gap-3 bg-slate-900 p-2 text-white"
14
14
checkList = { true }
15
15
>
16
- < ChecklistIndicator class = "w-fit bg-black" >
16
+ < Checklist . Indicator class = "w-fit bg-black" >
17
17
< div q :slot = "checkbox" id = "true-img" >
18
18
✅
19
19
</ div >
20
20
21
21
< div q :slot = "checklist" id = "mixed-img" >
22
22
➖
23
23
</ div >
24
- </ ChecklistIndicator >
24
+ </ Checklist . Indicator >
25
25
26
26
< p > Get All</ p >
27
27
</ Checkbox . Root >
You can’t perform that action at this time.
0 commit comments