Sha256: e94a01568fe911b2b253d23079c607ccf33363a8fef5ea51f187d7346e233429
Contents?: true
Size: 648 Bytes
Versions: 100
Compression:
Stored size: 648 Bytes
Contents
<%= pb_rails("flex", props: { dark: true, orientation: "row", vertical: "center" }) do %> <%= pb_rails("body", props: { dark: true, text: "Click info for more details" }) %> <%= pb_rails("circle_icon_button", props: { dark: true, variant: "secondary", icon: "info", id: "regular-popover-5" }) %> <%= pb_rails("popover", props: { trigger_element_id: "regular-popover-5", tooltip_id: "tooltip-5", offset: true, position: "top", }) do %> I'm a popover. I can show content of any size. <% end %> <% end %>
Version data entries
100 entries across 100 versions & 1 rubygems