Sha256: 1566b9967dbe744d790c81ddf771830aa283acf2d54aadc0dcd3474b4cee612c
Contents?: true
Size: 568 Bytes
Versions: 24
Compression:
Stored size: 568 Bytes
Contents
<div> <%= render(Primer::Beta::Button.new(id: "button-1")) do |component| %> <% component.with_tooltip(text: tooltip_text, type: type, direction: direction) %> Button 1 <% end %> <%= render(Primer::Beta::Button.new(id: "button-2")) do |component| %> <% component.with_tooltip(text: tooltip_text, type: type, direction: direction) %> Button 2 <% end %> <%= render(Primer::Beta::Button.new(id: "button-3")) do |component| %> <% component.with_tooltip(text: tooltip_text, type: type, direction: direction) %> Button 3 <% end %> </div>
Version data entries
24 entries across 24 versions & 1 rubygems