File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 11# react-filtered-multiselect
22
3+ [ ![ Travis] [ build-badge ]] [ build ]
4+ [ ![ Codecov] [ coverage-badge ]] [ coverage ]
5+ [ ![ npm package] [ npm-badge ]] [ npm ]
6+
37A ` <FilteredMultiSelect/> ` React component, for making and adding to selections using a filtered multi-select.
48
59[ Live example with Bootstrap styles applied] ( http://insin.github.io/react-filtered-multiselect/ )
@@ -170,3 +174,12 @@ var Example = React.createClass({
170174})
171175```
172176## MIT Licensed
177+
178+ [build-badge]: https://img.shields.io/travis/insin/react-filtered-multiselect/master.svg
179+ [build]: https://travis-ci.org/insin/react-filtered-multiselect
180+
181+ [coverage-badge]: https://img.shields.io/codecov/c/github/insin/react-filtered-multiselect.svg
182+ [coverage]: https://codecov.io/github/insin/react-filtered-multiselect
183+
184+ [npm-badge]: https://img.shields.io/npm/v/react-filtered-multiselect.svg
185+ [npm]: https://www.npmjs.org/package/react-filtered-multiselect
You can’t perform that action at this time.
0 commit comments