Previews

No matching results.

x
1
2
3
4
5
6
<button class="lui-filter_button lui-filter_button--medium lui-filter_button--enabled" data-controller="lui--filter-button" type="button">
<span class="lui-filter_button__notification"></span>
<span class="lui-filter_button__text">
Filter
</span>
</button>
1
2
3
4
render(LooposUi::FilterButton.new(
text: "Filter",
showNotification: true
))