feat(create-turbo): create https://github.com/juliusmarminge/acme-corp
This commit is contained in:
13
apps/nextjs/src/app/(dashboard)/_components/search.tsx
Normal file
13
apps/nextjs/src/app/(dashboard)/_components/search.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Input } from "@acme/ui/input";
|
||||
|
||||
export function Search() {
|
||||
return (
|
||||
<div>
|
||||
<Input
|
||||
type="search"
|
||||
placeholder="Search..."
|
||||
className="h-9 md:w-[100px] lg:w-[300px]"
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user