Sha256: f4b7a2f63d16dae63df945794cc2300c90e30ad77ff50bc9cc6466ab9f25c243
Contents?: true
Size: 915 Bytes
Versions: 22
Compression:
Stored size: 915 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.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 %> Secondary <% end %> <%= a_link('/admin', icon: 'arrow-left', style: :outline, color: :red, is_link: true) do %> Red <% end %> <%= a_link('/admin', icon: 'arrow-left', style: :outline, color: :orange, is_link: true) do %> Red <% end %> <% end %> <% c.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
22 entries across 22 versions & 1 rubygems