Sha256: 8473a65661c276b82770d747f804857f3e6bed97c36e00e062d30d1fec5e73fd
Contents?: true
Size: 1.13 KB
Versions: 3
Compression:
Stored size: 1.13 KB
Contents
<!--prettier-ignore--> <%= render "layouts/documentation/component_header", title: "Seperator", description: "Visually or semantically separates content." %> <%= content_for :preview, flush: true do %> <div> <div class="space-y-1"> <h4 class="text-sm font-medium leading-none">Radix Primitives</h4> <p class="text-sm text-muted-foreground">An open-source UI component library.</p> </div> <%= render_separator class: "my-4" %> <div class="flex h-5 items-center space-x-4 text-sm"> <div>Blog</div> <div data-orientation="vertical" role="none" class="shrink-0 bg-border h-full w-[1px]"></div> <div>Docs</div> <div data-orientation="vertical" role="none" class="shrink-0 bg-border h-full w-[1px]"></div> <div>Source</div> </div> </div> <% end %> <%= render_preview %> <h2 class="font-heading scroll-m-20 border-b pb-2 text-2xl font-semibold tracking-tight first:mt-0" id="installation">Installation</h2> <h2 class="font-heading mt-12 scroll-m-20 border-b pb-2 mb-2 text-2xl font-semibold tracking-tight first:mt-0" id="usage"><a href="/docs/components/dialog#usage">Usage</a></h2>
Version data entries
3 entries across 3 versions & 1 rubygems