4 lines
289 B
HTML
4 lines
289 B
HTML
<c-vars color="blue" size="base" type="button" />
|
|
{% load button_tag %}
|
|
{% python_button color=color size=size icon=icon type=type class_=class hx_get=hx_get hx_target=hx_target hx_swap=hx_swap title=title onclick=onclick data_target=data_target data_type=data_type name=name slot=slot %}
|