Skip to content

Commit fd68708

Browse files
author
onesine
committed
Update readme
1 parent bfc4a98 commit fd68708

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@
66
React-tailwindcss-select is a simple component ready to be inserted into your project. This component inspired by [React-select](https://react-select.com) is a select input made with [Tailwindcss](https://tailwindcss.com/) and [React](https://reactjs.com).
77

88
## Features
9-
- Select field for a single item
10-
- Selection field for multiple items
11-
- Optional button to clear the field
12-
- Optional search for an item
13-
- Optional deactivation of an option
9+
- [x] Select field for a single item
10+
- [x] Selection field for multiple items
11+
- [x] Optional button to clear the field
12+
- [x] Optional search for an item
13+
- [x] Optional deactivation of an option
14+
- [ ] Group items
15+
- [ ] Customization of the select field style
16+
- [ ] TypeScript support
17+
- [ ] Fixed Options (multiple items select)
1418
## Why
1519
A select with the above features is above all indispensable in many projects. On a project using tailwindcss, when I install [react-select](https://react-select.com) or other such packages, the style of the latter is affected by that of [tailwind](https://tailwindcss.com/).
1620

0 commit comments

Comments
 (0)