Sha256: 64ecf19722716ea8dcce948f9109e969438607c55210be6999a7e1c65500b86c
Contents?: true
Size: 414 Bytes
Versions: 38
Compression:
Stored size: 414 Bytes
Contents
<%= render(Primer::OpenProject::SubHeader.new) do |component| %> <% component.with_filter_input(name: "filter", label: "Filter") %> <% component.with_action_component do %> <%= render(Primer::Alpha::Dialog.new(id: "dialog-one", title: "Dialog")) do |d| %> <% d.with_show_button { "Show Dialog" } %> <% d.with_body do %> Hello world! <% end %> <% end %> <% end %> <% end %>
Version data entries
38 entries across 38 versions & 1 rubygems