Previews

No matching results.

x
1
2
3
4
5
6
7
8
9
10
<div class="lui-marketplace-header">
<a class="inline" href="#">
<img src="https://loopos-ui.theloop.pt/assets/loopos-icon-7668bd7d.png" alt="Logo">
</a>
<div class="lui-marketplace-header__actions">
<button class="lui-button lui-button--neutral--primary lui-button--size-default w-fit w-fit" data-controller="lui--button">
<i class="lui-button__icon lui-button__icon--default fa-regular fa-user" data-lui--button-target="leadingIcon"></i>
</button>
</div>
</div>

No Usage documentation to display.

1
2
3
4
5
<%= render LooposUi::Marketplace::Header.new(logo_url: image_url("loopos-icon.png"), logo_href: "#") do |header| %>
<% header.with_action do %>
<%= render LooposUi::Button.new(icon: :user, type: :primary, kind: :neutral) %>
<% end %>
<% end %>

No documentation to display.