React Bootstrap Filter
React Filter - Bootstrap 4 & Material Design
React MDBootstrap MD 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
Lightbox example
Custom components example
Filter - getting started : download & setup
Download
This plugin requires a purchase.
Buy filter plugin
React Filter - API
In this section you will find advanced information about the MDBFilter component.
MDBFilter import statement
In order to use MDBFilter component make sure you have imported proper module first.
API Reference: Filter Properties
The table below shows the configuration options of the MDBFilter component.
Name | Type | Default | Description | Example |
---|---|---|---|---|
categories |
Array(String) | Sets categoris of the images | <MDBFilter categories=["Nature", "Architecture",...] ... />
|
|
columnWidth |
Number | 200 | Sets width of the columns | <MDBFilter columnWidth={200} ... />
|
columns |
Number | 5 | Sets number of columns | <MDBFilter columns={5} ... />
|
duration |
Number | 300 | Sets duration of animation | <MDBFilter duration={300} ... />
|
easing |
String | ease-out | Sets type of animation | <MDBFilter easing="ease-out" ... />
|
gutterWidth |
Number | 15 | Sets vertical gutter | <MDBFilter gutterWidth={15} ... />
|
gutterHeight |
Number | 15 | Sets horizontal gutter | <MDBFilter gutterHeight={15} ... />
|
itemHeight |
Number | 150 | Sets Height of the elements | <MDBFilter itemHeight={150} ... />
|
lightbox |
Boolean | False | Enables click on the image to open it | <MDBFilter lightbox ... />
|
responsive |
Boolean | True | Makes gallery responsive | <MDBFilter responsive ... />
|