Current section

Files

Jump to
flo_ui lib modal layout.eex
Raw

lib/modal/layout.eex

<%= graph font_size: 20 %>
<%= component FloUI.Modal.Body,
nil,
translate: {0, 50},
width: @width,
height: @height
%>
<%= @children %>
<%= component FloUI.Modal.Header,
@data,
width: @width,
show_check: @show_check,
show_close: @show_close
%>