Sha256: a40bc8504a1634133f6bf1747921753eb90de8ebd1097f2646dfe91a05ebecbf
Contents?: true
Size: 592 Bytes
Versions: 1652
Compression:
Stored size: 592 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
1,652 entries across 1,652 versions & 2 rubygems