Sha256: ad62ddc75b100ac538d494a1bbdec07304a0498052be76feffe10a01e2d4b5cd
Contents?: true
Size: 624 Bytes
Versions: 22
Compression:
Stored size: 624 Bytes
Contents
<%= content_tag(:div, aria: object.aria, id: object.id, data: object.data, class: object.classname, **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
22 entries across 22 versions & 1 rubygems