Installation
The filer labels library is located in wire-filter-label.js
. This and other other related files can be installed from the NPM package registry at@wirebootstrap/wire-filter-label
.
Class
The Dataset Filter Labels component extends the wire.ui.component class. As such, it inherits all the base functionality of that class.
To create a new instance of the filter labels component, use the wire.filterLabel
class.
Render
Render the component using an HTML span
element.
Last updated