Sha256: dc3e224ae2d55340d5efd8d4c8fcddfb4b3cf28df794f7eabc466f9620aa6701
Contents?: true
Size: 639 Bytes
Versions: 1330
Compression:
Stored size: 639 Bytes
Contents
<%= pb_rails("flex", props: { orientation: "column" }) do %> <%= pb_rails("flex/flex_item", props: {margin_top: "md"}) do %> <%= pb_rails("button", props: {classname: "tooltip-example-trigger", text: "Example 1"}) %> <% end %> <%= pb_rails("flex/flex_item", props: {margin_top: "md"}) do %> <%= pb_rails("button", props: {classname: "tooltip-example-trigger", text: "Example 1"}) %> <% end %> <%= pb_rails("tooltip", props: { trigger_element_selector: ".tooltip-example-trigger", tooltip_id: "example-tooltip", position: 'top' }) do %> Whoa. I'm a re-useable tooltip. <% end %> <% end %>
Version data entries
1,330 entries across 1,330 versions & 2 rubygems