Vue Filter
Vue Filter Plugin - Bootstrap 4 & Material Design.
Note: This documentation is for an older version of Bootstrap (v.4). A
newer version is available for Bootstrap 5. We recommend migrating to the latest version of our product - Material Design for
Bootstrap 5.
Go to docs v.5
Vue Bootstrap Filter plugin is an extension perfect for introducing vistors to a number of images, which can be freely filtered depending on the category. Easy to use, setup and customize.
Basic example
Draggable gallery
Add property drag
to enable dragging elements.
Draggable gallery with masonry layout
Filter gallery with lightbox
Filter - getting started : download & setup
Download
This plugin requires a purchase.
Buy Filter plugin
Props
Name | Type | Default | Description | Example |
---|---|---|---|---|
data |
Array |
|
Array of objects which provides category and source for gallery images. A source link to full resolution is optional. | <mdb-filter :data="data"> |
drag |
Boolean |
|
Enables dragging elements. | <mdb-filter :data="data" drag> |
primary-color |
String | #4285F4 |
Determines color of an active button's background. | <mdb-filter :data="data" primary-color="black"> |
secondary-color |
String | white |
Determines color of buttons' background. | <mdb-filter :data="data" secondary-color="blue"> |
masonry |
Boolean | false |
Allows to create layout from images with mixed height values | <mdb-filterY> |
col |
Number | 4 |
Sets number of columns for a desktop view.. | <mdb-filter :data="data" :col="3"> |