Skip to content

Commit 7954781

Browse files
authored
Merge pull request #94 from scroll-wheel/development
docs: Add anchor tag to /kitchen-sink/#form
2 parents 0b46e05 + 5be556b commit 7954781

File tree

1 file changed

+3
-0
lines changed
  • docs/src/_includes/partials/kitchen-sink

1 file changed

+3
-0
lines changed

docs/src/_includes/partials/kitchen-sink/form.njk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<section id="form" class="w-full rounded-lg border scroll-mt-16">
22
<header class="border-b px-4 py-3">
33
<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>
47
</header>
58
<div class="p-4">
69
<form class="form grid w-full max-w-sm gap-6">

0 commit comments

Comments
 (0)