Sha256: 20cfddc48354cbe1b2beedf163989a4264eea34cd93af7ff702eb5d29342603e
Contents?: true
Size: 900 Bytes
Versions: 41
Compression:
Stored size: 900 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
41 entries across 41 versions & 1 rubygems