Sha256: 2c2bd64a388d74937f989d7117e17bdefc733b7a93c38eba3fe6f90247bdb1a0

Contents?: true

Size: 315 Bytes

Versions: 2

Compression:

Stored size: 315 Bytes

Contents

<%= render Yattho::Beta::Popover.new do |component| %>
  <% component.with_heading do %>
    Activity feed
  <% end %>
  <% component.with_body(caret: :left) do %>
    <p>This is the Popover body.</p>
    <%= render Yattho::ButtonComponent.new(type: :submit) do %>
      Got it!
    <% end %>
  <% end %>
<% end %>

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
yattho_view_components-0.0.1 previews/docs/beta_popover_preview/with_multiple_elements_in_the_body.html.erb
yattho_view_components-0.0.1 previews/docs/popover_component_preview/with_multiple_elements_in_the_body.html.erb