release: WRNexusJS 0.2.51
This commit is contained in:
@@ -1 +1,8 @@
|
||||
component LogoCloud { props { title = "Trusted by modern teams" } view { <section aria-label="{title}"><p class="text-center text-sm font-semibold uppercase tracking-wider text-slate-500">{title}</p><div class="mt-6 flex flex-wrap items-center justify-center gap-x-10 gap-y-6 opacity-70 grayscale transition hover:grayscale-0"><slot /></div></section> } }
|
||||
component LogoCloud {
|
||||
props {
|
||||
title = "Trusted by modern teams"
|
||||
}
|
||||
view {
|
||||
<section aria-label="{title}"><p class="text-center text-sm font-semibold uppercase tracking-wider text-slate-500">{title}</p><div class="mt-6 flex flex-wrap items-center justify-center gap-x-10 gap-y-6 opacity-70 grayscale transition hover:grayscale-0"><slot /></div></section>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user