File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
A Select component based on the native html select.
8
8
9
+ There are a lot of options out there for fancy dropdowns, but after
10
+ spending many months writing them, we've learned you can't beat a
11
+ native ` <select> ` for reliability, accessibility, and low cost of
12
+ maintenance. ` <x-select> ` is a drop-in component to let you use any
13
+ object for your selectable options. You can use it out of the box, or
14
+ as a building block of something more ambitious.
15
+
16
+ The goal of ` <x-select> ` is to let you see how it works and style it
17
+ right in your template, rather than passing in a ball of configuration
18
+ or wrapping a hard-coded, inaccessible jQuery plugin.
9
19
10
- Why a select component? Because we've done the hard work and built a
11
- select component for you. Sometimes all you want to do is just use a
12
- ` <select> ` tag dammit. The only difference is that you want value of
13
- the options to be any object and not just a string.
14
20
15
21
## Installation
16
22
You can’t perform that action at this time.
0 commit comments