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