Skip to content

Commit 4362d16

Browse files
committed
@tehviking's words are so much better than mine
1 parent e7f5c72 commit 4362d16

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@
66

77
A Select component based on the native html select.
88

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.
919

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.
1420

1521
## Installation
1622

0 commit comments

Comments
 (0)