Sha256: ab8f29153869d2d321d16c46ff007c763dd7a9feeae03ccda1f78ded5cae8e96

Contents?: true

Size: 584 Bytes

Versions: 1

Compression:

Stored size: 584 Bytes

Contents

<div class="rounded-lg border bg-card text-card-foreground shadow-sm w-[350px]">
  <% if title || subtitle %>
  <div class="flex flex-col space-y-1.5 p-6">
    <% if title %>
    <h3 class="text-2xl font-semibold leading-none tracking-tight"><%= title %></h3>
    <% end %> <% if subtitle %>
    <p class="text-sm text-muted-foreground"><%= subtitle %></p>
    <% end %>
  </div>
  <% end %>
  <div class="p-0 <%= "p-6 pt-0" if !block && title  %> <%= "p-6" if !block && !title  %> "><%= body %></div>
  <% if footer %><footer class="mx-6 mb-6"><%= footer %></footer><% end %>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shadcn-ui-0.0.1 app/views/components/ui/_card.html.erb