From 62c4d88320fbcdf15c1e410874467d73af49632b Mon Sep 17 00:00:00 2001 From: Kartik Date: Mon, 17 Jun 2024 00:07:40 +0530 Subject: add: animated query input --- packages/ui/components/QueryInput.tsx | 60 +++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 packages/ui/components/QueryInput.tsx (limited to 'packages/ui/components/QueryInput.tsx') diff --git a/packages/ui/components/QueryInput.tsx b/packages/ui/components/QueryInput.tsx new file mode 100644 index 00000000..7188d667 --- /dev/null +++ b/packages/ui/components/QueryInput.tsx @@ -0,0 +1,60 @@ +import React from 'react' +import Divider from '../shadcn/divider' +import { ArrowRightIcon } from '../icons' +import Image from 'next/image' + +function QueryInput() { + return ( +
+
+ {/* input and action button */} +
+