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