Sha256: 60cecdaa5dd0247b2ab7952490c3603a9d6251e18db549b9f1f45cb0271b823e
Contents?: true
Size: 814 Bytes
Versions: 9
Compression:
Stored size: 814 Bytes
Contents
<%= render_button "Button" %> <%= render_button variant: :secondary do %> <svg class="h-4 w-4 mr-2 text-primary" viewBox="0 0 20 20" fill="none" stroke="currentColor" aria-hidden="true"> <path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a.75.75 0 000 1.5h.253a.25.25 0 01.244.304l-.459 2.066A1.75 1.75 0 0010.747 15H11a.75.75 0 000-1.5h-.253a.25.25 0 01-.244-.304l.459-2.066A1.75 1.75 0 009.253 9H9z" clip-rule="evenodd"></path> </svg> Secondary with Icon <% end %> <%= render_button text: "Destructive", variant: :destructive %> <%= render_button text: "Outline", variant: :outline %> <%= render_button text: "Ghost", variant: :ghost %> <%= render_button "Link", as: :link, href: "/" %> <%= render_button text: "Ghost Link", variant: :ghost, as: :link %>
Version data entries
9 entries across 9 versions & 1 rubygems