From 54f1e90896ea0f0ef26a782b19ce232dda8cd994 Mon Sep 17 00:00:00 2001
From: ritwik-69 <72665321+ritwik-69@users.noreply.github.com>
Date: Fri, 7 Jun 2024 23:09:21 +0530
Subject: [PATCH] Client:Implemented the input component
This commit creates the Input component as discussed and made in figma.
As props it takes normal input properties like placeholder,value etc.
The styling has been done in input.css (I had to rename it input.css
from input.module.css as it was not working when importing)
Made changes to the index.html and tailwind config file to include
"kavoon" font
fixes:#77
---
frontend/index.html | 1 +
frontend/src/library/input.css | 26 ++++++++++++++++++++++++++
frontend/src/library/input.module.css | 1 -
frontend/src/library/input.tsx | 21 ++++++++++++---------
frontend/tailwind.config.js | 21 +++++++++++----------
5 files changed, 50 insertions(+), 20 deletions(-)
create mode 100644 frontend/src/library/input.css
delete mode 100644 frontend/src/library/input.module.css
diff --git a/frontend/index.html b/frontend/index.html
index e4b78ea..a8fef67 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -4,6 +4,7 @@
+