Sha256: 466be9d9c154259bc68962a0eec35e9547a7f4797273917e913dafb670474ca7
Contents?: true
Size: 567 Bytes
Versions: 2
Compression:
Stored size: 567 Bytes
Contents
<div> <%= render(Yattho::Beta::Button.new(id: "button-1")) do |component| %> <% component.with_tooltip(text: tooltip_text, type: type, direction: direction) %> Button 1 <% end %> <%= render(Yattho::Beta::Button.new(id: "button-2")) do |component| %> <% component.with_tooltip(text: tooltip_text, type: type, direction: direction) %> Button 2 <% end %> <%= render(Yattho::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
2 entries across 2 versions & 1 rubygems