0.0.3 • Published 2 years ago

static-filter v0.0.3

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

Static Filter

Props

NameTypeDescription
captionstringRenders a title for the toggle button
expressionstringQuery expression to be applied when button is toggled

This component will render a toggle button that will toggle the results in the search interface based on the expression in the expression prop.

<static-filter caption="Filter Only Youtube Sources" expression="@filetype=='youtubevideo'">
</static-filter>

Built With Stencil