File tree Expand file tree Collapse file tree
packages/layerchart/src/routes/docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 </script >
5454
5555<div class =" grid grid-cols-2 gap-2 my-2" >
56+ <Field label =" Example" >
57+ <ToggleGroup bind:value ={example } variant =" outline" inset class =" w-full" size =" sm" >
58+ <ToggleOption value =" single" >Single</ToggleOption >
59+ <ToggleOption value =" multi" >Multi</ToggleOption >
60+ </ToggleGroup >
61+ </Field >
62+
5663 <SelectField
5764 label =" Projections"
5865 options ={projections }
6168 toggleIcon ={null }
6269 stepper
6370 />
64- <Field label =" Example" >
65- <ToggleGroup bind:value ={example } variant =" outline" inset class =" w-full" >
66- <ToggleOption value =" single" >Single</ToggleOption >
67- <ToggleOption value =" multi" >Multi</ToggleOption >
68- </ToggleGroup >
69- </Field >
7071
7172 <RangeField
7273 label =" Latitude"
Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ export async function load({ fetch }) {
1111
1212 meta : {
1313 pageSource,
14+ related : [
15+ 'components/Blur' ,
16+ 'components/GeoCircle' ,
17+ 'components/GeoPath' ,
18+ 'components/ClipPath' ,
19+ 'components/Graticule' ,
20+ ] ,
1421 } ,
1522 } ;
1623}
You can’t perform that action at this time.
0 commit comments