Sha256: ef19ba005aa24313973b206584a0656da76e63fe7c09389d944317ac29eaca22
Contents?: true
Size: 576 Bytes
Versions: 50
Compression:
Stored size: 576 Bytes
Contents
<%= pb_rails("flex", props: { 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
50 entries across 50 versions & 1 rubygems