Sha256: 725cab1351c901a85255555257982e9e92454ed50aeaf8ccbad665fb1cc53dd3
Contents?: true
Size: 921 Bytes
Versions: 134
Compression:
Stored size: 921 Bytes
Contents
<div class="flex flex-col"> <%= render Avo::PanelComponent.new(name: 'Welcome to Avo', description: 'This page is visible only in development. It will be hidden in other environments.') do |c| %> <% c.with_tools do %> <%= a_link('/admin', icon: 'arrow-left', color: :green, style: :primary, is_link: true) do %> Primary <% end %> <%= a_link('/admin', icon: 'arrow-left', style: :outline, is_link: true) do %> Outline <% end %> <%= a_link('/admin', icon: 'arrow-left', style: :outline, color: :red, is_link: true) do %> Red <% end %> <%= a_link('/admin', icon: 'arrow-left', style: :text, color: :orange, is_link: true) do %> Text <% end %> <% end %> <% c.with_body do %> <div class="flex flex-col justify-between py-6 min-h-24"> <%= render 'links_and_buttons' %> </div> <% end %> <% end %> </div>
Version data entries
134 entries across 134 versions & 1 rubygems