|
38 | 38 | <x-code language="blade" :contents="$nativeAdvancedDifferentIndexes" disable-copy /> |
39 | 39 | </div> |
40 | 40 | </x-section> |
41 | | - <x-section title="Grouped" anchor="native-grouped"> |
42 | | - <div class="space-y-2"> |
43 | | - <x-preview language="blade" :contents="$nativeGrouped"> |
44 | | - <x-select.native group :options="[ |
45 | | - [ |
46 | | - 'label' => 'Brazil', |
47 | | - 'value' => [ |
48 | | - ['label' => 'São Paulo', 'value' => 4], |
49 | | - ['label' => 'Rio de Janeiro', 'value' => 5], |
50 | | - ['label' => 'Brasília', 'value' => 6] |
51 | | - ] |
52 | | - ], |
53 | | - [ |
54 | | - 'label' => 'United States', |
55 | | - 'value' => [ |
56 | | - ['label' => 'New York', 'value' => 7], |
57 | | - ['label' => 'Los Angeles', 'value' => 8], |
58 | | - ['label' => 'Chicago', 'value' => 9] |
59 | | - ] |
60 | | - ], |
61 | | - ]" /> |
62 | | - </x-preview> |
63 | | - </div> |
64 | | - </x-section> |
65 | 41 | <x-warning> |
66 | 42 | This option is also available for the other select components below. |
67 | 43 | </x-warning> |
|
224 | 200 | </x-preview> |
225 | 201 | </div> |
226 | 202 | </x-section> |
227 | | - <x-section title="Grouped" anchor="styled-grouped"> |
228 | | - <x-preview language="blade" :contents="$styledGrouped"> |
229 | | - <x-select.styled group :options="[ |
230 | | - [ |
231 | | - 'label' => 'Brazil', |
232 | | - 'image' => 'https://placehold.co/15x15/cyan/white', |
233 | | - 'description' => 'Brazil is a country known for being the land of samba.', |
234 | | - 'value' => [ |
235 | | - ['label' => 'São Paulo', 'value' => 4, 'image' => 'https://placehold.co/15x15/orange/white'], |
236 | | - ['label' => 'Rio de Janeiro', 'value' => 5, 'image' => 'https://placehold.co/15x15/orange/white'], |
237 | | - ['label' => 'Brasília', 'value' => 6, 'image' => 'https://placehold.co/15x15/orange/white'] |
238 | | - ] |
239 | | - ], |
240 | | - [ |
241 | | - 'label' => 'United States', |
242 | | - 'image' => 'https://placehold.co/15x15/purple/white', |
243 | | - 'description' => 'The United States is a country known for being the land of opportunity.', |
244 | | - 'value' => [ |
245 | | - ['label' => 'New York', 'value' => 7, 'image' => 'https://placehold.co/15x15/blue/white'], |
246 | | - ['label' => 'Los Angeles', 'value' => 8, 'image' => 'https://placehold.co/15x15/blue/white'], |
247 | | - ['label' => 'Chicago', 'value' => 9, 'image' => 'https://placehold.co/15x15/blue/white'] |
248 | | - ] |
249 | | - ], |
250 | | - ]" /> |
251 | | - </x-preview> |
252 | | - </x-section> |
253 | 203 | <x-section title="Slot After" anchor="styled-slot-after" description="An option to interact with the search term when nothing is found."> |
254 | 204 | <x-preview language="blade" :contents="$styledSlot"> |
255 | 205 | <x-select.styled searchable :options="[1,2,3]"> |
|
0 commit comments