Sha256: 4ead66a493ca226d8eb7240ba9133d307cd026abcc1df02259bd3766ab5a3af7

Contents?: true

Size: 529 Bytes

Versions: 1

Compression:

Stored size: 529 Bytes

Contents

<%= pb_content_tag(:div, **combined_html_options) do %>
    <%= pb_rails("icon", props: { icon: object.icon_value, classname: "pb_icon", fixed_width: true }) %>

    <% if content %>
        <%= content %>
    <% elsif object.show_text? %>
        <%= pb_rails("title", props: { text: object.text, size: 4, flex: "1", classname: "pb_fixed_confirmation_toast_text" }) %>
    <% end %>

    <%= pb_rails("icon", props: { icon: "times", classname: "pb_icon", cursor: "pointer", fixed_width: true }) if object.closeable %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
playbook_ui-13.24.0.pre.alpha.play1305drycontenttag2689 app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.html.erb