File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # vue-select ![ Current Release] ( https://img.shields.io/github/release/sagalbot/vue-select.svg?style=flat-square ) ![ Bundle Size] ( https://img.shields.io /bundlephobia/min/vue-select.svg?style=flat-square ) ![ Monthly Downloads] ( https://img.shields.io/npm/dm/vue-select.svg?style=flat-square ) ![ Code Coverage] ( https://img.shields.io/coveralls/github/sagalbot/vue-select.svg?style=flat-square ) ![ Maintainability Score] ( https://img.shields.io/codeclimate/maintainability/sagalbot/vue-select.svg?style=flat-square ) ![ MIT License] ( https://img.shields.io/github/license/sagalbot/vue-select.svg?style=flat-square )
1
+ # vue-select ![ Current Release] ( https://img.shields.io/github/release/sagalbot/vue-select.svg?style=flat-square ) ![ Bundle Size] ( https://flat.badgen.net /bundlephobia/min/vue-select ) ![ Monthly Downloads] ( https://img.shields.io/npm/dm/vue-select.svg?style=flat-square ) ![ Code Coverage] ( https://img.shields.io/coveralls/github/sagalbot/vue-select.svg?style=flat-square ) ![ Maintainability Score] ( https://img.shields.io/codeclimate/maintainability/sagalbot/vue-select.svg?style=flat-square ) ![ MIT License] ( https://img.shields.io/github/license/sagalbot/vue-select.svg?style=flat-square )
2
2
3
3
> ** Everything you wish the HTML ` <select> ` element could do, wrapped up into a lightweight, zero
4
4
dependency, extensible Vue component.**
Original file line number Diff line number Diff line change 1
1
# Vue Select
2
2
3
3
![ Current Release] ( https://img.shields.io/github/release/sagalbot/vue-select.svg?style=flat-square )
4
- ![ Bundle Size] ( https://img.shields.io /bundlephobia/min/vue-select.svg?style=flat-square )
4
+ ![ Bundle Size] ( https://flat.badgen.net /bundlephobia/min/vue-select )
5
5
![ Monthly Downloads] ( https://img.shields.io/npm/dm/vue-select.svg?style=flat-square )
6
6
![ Code Coverage] ( https://img.shields.io/coveralls/github/sagalbot/vue-select.svg?style=flat-square )
7
7
![ Maintainability Score] ( https://img.shields.io/codeclimate/maintainability/sagalbot/vue-select.svg?style=flat-square )
8
8
![ MIT License] ( https://img.shields.io/github/license/sagalbot/vue-select.svg?style=flat-square )
9
9
10
10
> Everything you wish the HTML ` <select> ` element could do, wrapped
11
- up into a zero dependency, highly extensible Vue component.
11
+ up into a lightweight, extensible Vue component.
12
12
13
13
Vue Select is a feature rich select/dropdown/typeahead component. It provides a default
14
14
template that fits the 80% use case for a select dropdown. Here it is by default:
You can’t perform that action at this time.
0 commit comments