Back to Postgresml

Template

pgml-dashboard/src/components/dropdown/template.html

2.10.0289 B
Original Source

% use crate::components::dropdown::DropdownValue; %>

<% if let DropdownValue::Icon(icon) = value { %> <%+ icon %> <% } else if let DropdownValue::Text(text) = value { %> ><%+ text %> expand_more <% } %> <% if collapsable { %> grid_view <% } %> <%+ items %>