Files
WYGIWYH/app/templates/cotton/components/fab_menu_button.html
2025-11-01 03:15:44 -03:00

6 lines
248 B
HTML

<div hx-get="{{ url }}"
hx-trigger="{{ hx_trigger }}"
hx-target="{{ hx_target }}"
hx-vals='{{ hx_vals }}'>
{{ title }}
<button class="btn btn-lg btn-circle btn-{{color}}"><i class="{{ icon }} fa-fw"></i></button></div>