We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b46e05 + 5be556b commit 7954781Copy full SHA for 7954781
docs/src/_includes/partials/kitchen-sink/form.njk
@@ -1,6 +1,9 @@
1
<section id="form" class="w-full rounded-lg border scroll-mt-16">
2
<header class="border-b px-4 py-3">
3
<h2 class="text-sm font-medium">Form</h2>
4
+ <a href="/components/form" class="text-muted-foreground hover:text-foreground" data-tooltip="See documentation" data-side="left">
5
+ {% lucide "book-open", { "class": "size-4" } %}
6
+ </a>
7
</header>
8
<div class="p-4">
9
<form class="form grid w-full max-w-sm gap-6">
0 commit comments