We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ca55f commit 0f72727Copy full SHA for 0f72727
README.md
@@ -7,7 +7,8 @@
7
8
## Description
9
10
-A multiselect component for react (with bootstrap). This is a react port of:
+A multiselect component for react (with bootstrap). This is a react wrapper
11
+around an existing jQuery/bootstrap library (it is not a pure react port):
12
13
[bootstrap-multiselect](https://github.com/davidstutz/bootstrap-multiselect)
14
@@ -94,6 +95,12 @@ For in depth documentation, see the original
94
95
- [Original Plugin](https://github.com/davidstutz/bootstrap-multiselect)
96
97
98
+## Similar React Components
99
+
100
+- [react-select](https://jedwatson.github.io/react-select/)
101
+- [react-selectize](https://www.npmjs.com/package/react-selectize)
102
103
104
## License
105
106
Copyright (c) 2014 skratchdot
0 commit comments