Back to Eslint

Button.Macro

docs/src/_includes/components/button.macro.html

10.3.0341 B
Original Source

{%- macro button(behavior="link", params) -%} {%- if params.behavior == "action" -%} {%- if params.text -%} {{ params.text }} {%- else -%} This is a button {%- endif -%} {%- else -%} {%- if params.text -%} {{ params.text }} {%- else -%} This is a link styled like a button {%- endif -%} {%- endif -%} {%- endmacro -%}