patrickkunka / mixitup

A high-performance, dependency-free library for animated filtering, sorting, insertion, removal and more
Apache License 2.0
4.52k stars 736 forks source link

Their is a way to add list of "filters" and "remove"(X) button? #530

Closed Ezra-Siton-UIX closed 4 years ago

Ezra-Siton-UIX commented 4 years ago

image

The idea/behavior: https://www.carmax.com/cars/all

By mixitup-multifilter

patrickkunka commented 4 years ago

Hi Ezra,

By default, MixItUp includes UI for simple buttons only. If you want to do anything more complex, you can do so - but you need to create the UI, custom logic, and handle events yourself - which would control MixItUp via its API.

Ezra-Siton-UIX commented 4 years ago

Thanks.