Sha256: a5d0d29c6ca292bc197fe313b4ac24511d2311075a146570ac8576f4c9c22b92
Contents?: true
Size: 691 Bytes
Versions: 20
Compression:
Stored size: 691 Bytes
Contents
<%= render(Primer::OpenProject::PageHeader.new) do |component| %> <% component.with_title(tag: :h1) do %> A title <% end %> <% component.with_description do %> A description with actions <% end %> <% component.with_actions do %> <%= render(Primer::Alpha::ActionMenu.new) do |component| %> <% component.with_show_button { "Menu" } %> <% component.with_item(label: "Item", tag: :button, value: "") %> <% component.with_item( label: "Show dialog", tag: :button, content_arguments: { "data-show-dialog-id": "my-dialog" }, value: "", scheme: :danger ) %> <% end %> <% end %> <% end %>
Version data entries
20 entries across 20 versions & 1 rubygems