Sha256: 4899de0d2acd4e12fb530a765b3b5e1a8ae875bddbbb4496aa75a25f83988b3c
Contents?: true
Size: 624 Bytes
Versions: 2
Compression:
Stored size: 624 Bytes
Contents
<% if tooltip.present? %> <%= render Yattho::BaseComponent.new(tag: :div, position: :relative, display: :inline_block) do %> <%= render Yattho::Beta::BaseButton.new(**@system_arguments) do -%> <%= leading_visual %><%= trimmed_content %><%= trailing_visual %><%= yattho_octicon("triangle-down", ml: 2, mr: -1) if @dropdown %> <% end -%> <%= tooltip %> <% end -%> <% else %> <%= render Yattho::Beta::BaseButton.new(**@system_arguments) do -%> <%= leading_visual %><%= trimmed_content %><%= trailing_visual %><%= yattho_octicon("triangle-down", ml: 2, mr: -1) if @dropdown %> <% end -%> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yattho_view_components-0.1.1 | app/components/yattho/button_component.html.erb |
yattho_view_components-0.0.1 | app/components/yattho/button_component.html.erb |