Sha256: e0bc2b0c89ce17f2fe1ed3ab57e0316393c9623e077ddaa502bceb3668e1d879
Contents?: true
Size: 760 Bytes
Versions: 11
Compression:
Stored size: 760 Bytes
Contents
<%= render_dialog do %> <%= dialog_trigger do %> <%= render_button("Open Typography", variant: :outline) %> <% end %> <%= dialog_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
11 entries across 11 versions & 1 rubygems