Files
WYGIWYH/app/templates/cotton/components/fab_menu_button.html
2025-10-28 14:13:30 -03:00

6 lines
260 B
HTML

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