Sha256: 6ee4482fcfeeed51b8f8c6a73c7d63a593d0e3e96617a9013f481c93408395da
Contents?: true
Size: 901 Bytes
Versions: 15
Compression:
Stored size: 901 Bytes
Contents
<div class="flex flex-col"> <%= render Avo::PanelComponent.new(title: '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', 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
15 entries across 15 versions & 1 rubygems