<div class="mt-6 w-full sm:w-[350px]">
<div class="space-y-1">
<h4 class="text-sm font-medium leading-none">Zest UI</h4>
<p class="text-sm text-gray-muted">
UI component library for Ruby on Rails
</p>
</div>
<%= render Zui::Separator.new(class:"my-4", color: :accent) %>
<div class="flex h-5 items-center space-x-4 text-sm">
<div>Blog</div>
<%= render Zui::Separator.new(orientation: :vertical, color: :accent) %>
<div>Docs</div>
<%= render Zui::Separator.new(orientation: :vertical, color: :accent) %>
<div>Source</div>
</div>
</div>