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