x
Security
../../../shared/bundle/ruby/3.4.0/gems/lookbook-2.3.11/app/components/lookbook/viewport/component.html.erb:28:22
26
class="grid bg-white relative -inset-px <%= "grid-cols-[1fr_17px]" if @resize_width %> <%= "grid-rows-[1fr_17px]" if @resize_height %>"
27
style="width: calc(100% + 2px); height: calc(100% + 1px); <%= "max-height: #{@max_height}px;" if @max_height.present? %>">
28
<iframe seamless<%= " id=#{@iframe_id}" if @iframe_id.present? %>
^
29
x-ref="iframe"
30
class="bg-lookbook-page-bg h-full w-full border border-lookbook-divider"
Use static attribute names with dynamic values instead.
1
2
3
4
5
6
7
8
9
<!-- Link Badge --><a class="bg-brand-softer hover:bg-brand-soft rounded text-fg-brand-strong text-xs font-medium px-1.5 py-0.5 border border-brand-subtle" href="#"> Brand</a><!-- Link Pill --><a class="bg-brand-softer hover:bg-brand-soft rounded-full text-fg-brand-strong text-xs font-medium px-1.5 py-0.5 border border-brand-subtle" href="#"> Brand</a>1
2
3
4
5
# Link Badgerender(Flowbite::Badge.new(bordered: true, href: "#", style: :brand)) { "Brand" }# Link Pillrender(Flowbite::Badge::Pill.new(bordered: true, href: "#", style: :brand)) { "Brand" }Use badges as anchor elements to link to another page.
No params configured.