Sha256: c6d8d18c2bde80bff78ba1ded6bea78835e27b932234e743315f3993739babf4

Contents?: true

Size: 832 Bytes

Versions: 8

Compression:

Stored size: 832 Bytes

Contents

<%= render_sheet direction: "right" do %>
  <%= sheet_trigger do %>
    <%= render_button("Open Sidebar", variant: :outline) %>
  <% end %>
  <%= sheet_content do %>
    <h2 class="mt-10 scroll-m-20 border-b pb-2 text-3xl
              font-semibold tracking-tight transition-colors first:mt-0">
      The King's Plan
    </h2>
    <p class="leading-7 [&:not(:first-child)]:mt-6">
      The king thought long and hard, and finally came up with
      <a href="#" class="font-medium text-primary underline underline-offset-4">
        a brilliant plan
      </a>:
      he would tax the jokes in the kingdom.
    </p>
    <blockquote class="mt-6 border-l-2 pl-6 italic">
      "After all," he said, "everyone enjoys a good joke,
      so it's only fair that they should pay for the privilege."
    </blockquote>
  <% end %>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
shadcn-ui-0.0.15 app/views/examples/components/sheet/code/_preview.erb
shadcn-ui-0.0.14 app/views/examples/components/sheet/code/_preview.erb
shadcn-ui-0.0.13 app/views/examples/components/sheet/code/_preview.erb
shadcn-ui-0.0.12 app/views/examples/components/sheet/code/_preview.erb
shadcn-ui-0.0.10 app/views/examples/components/sheet/code/_preview.erb
shadcn-ui-0.0.8 app/views/examples/components/sheet/code/_preview.erb
shadcn-ui-0.0.5 app/views/examples/components/sheet/code/_preview.erb
shadcn-ui-0.0.4 app/views/examples/components/sheet/code/_preview.erb