Skip to content

Commit 8fd7d69

Browse files
committed
Add README badges
[ci skip]
1 parent 4917d82 commit 8fd7d69

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# react-filtered-multiselect
22

3+
[![Travis][build-badge]][build]
4+
[![Codecov][coverage-badge]][coverage]
5+
[![npm package][npm-badge]][npm]
6+
37
A `<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

0 commit comments

Comments
 (0)