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.
id
1 parent 5bea28a commit 81abac8Copy full SHA for 81abac8
dashboard/starter-example/app/ui/search.tsx
@@ -9,6 +9,7 @@ export default function Search({ placeholder }: { placeholder: string }) {
9
Search
10
</label>
11
<input
12
+ id="search"
13
className="peer block w-full rounded-md border border-gray-200 py-[9px] pl-10 text-sm outline-2 placeholder:text-gray-500"
14
placeholder={placeholder}
15
/>
0 commit comments