antoniandre / wave-ui

A UI framework for Vue.js 3 (and 2) with only the bright side. ☀️
https://antoniandre.github.io/wave-ui
MIT License
544 stars 39 forks source link

[w-select] Add checklist property #151

Closed DerrikMilligan closed 4 months ago

DerrikMilligan commented 5 months ago

This PR adds the checklist property to the w-select component. Which is just a small pass through property to the underlying w-list.

Having this property can make using the multiple prop more visually appealing in some cases.

There could be an argument made that whenever multiple is enabled that checklist should be as well. However I was keeping stuff separated so that people have options to do things how they'd like.