Back to Postgresml

Template

pgml-dashboard/src/components/inputs/switch_v_2/template.html

2.10.0377 B
Original Source

<% for option in options { let (active, aria_pressed) = if option.active { ("active", "true") } else { ("", "false") }; %>

<% if let Some(ref link) = option.link { %> <% } %> <% if let Some(icon) = option.icon { %> <%= icon %> <% } else if let Some(svg) = option.svg { %> <% } %> <%= option.value %>

<% } %>