From 926e9f0c177e3268a40c4b345be3b6069af4cb55 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Tue, 6 Dec 2022 20:21:02 +0100 Subject: [PATCH] search box --- apps/web/components/layout.tsx | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/apps/web/components/layout.tsx b/apps/web/components/layout.tsx index e0dcd78dd..c093d7b84 100644 --- a/apps/web/components/layout.tsx +++ b/apps/web/components/layout.tsx @@ -1,6 +1,11 @@ import { Fragment } from "react"; import { Disclosure, Menu, Transition } from "@headlessui/react"; -import { Bars3Icon, BellIcon, XMarkIcon } from "@heroicons/react/24/outline"; +import { + Bars3Icon, + BellIcon, + MagnifyingGlassIcon, + XMarkIcon, +} from "@heroicons/react/24/outline"; import Logo from "./logo"; const user = { @@ -53,6 +58,29 @@ export default function Layout({ children }: any) { ))} + {/* Search section */} +
+
+ +
+
+
+ +
+
+