From 4ed807c571dc85866f089a3e267c32487542c8f0 Mon Sep 17 00:00:00 2001 From: mahdi andalib Date: Fri, 1 Apr 2022 14:44:42 +0430 Subject: [PATCH] update --- src/components/PopupCard/calender.svg | 17 ++++++++++ src/components/PopupCard/index.js | 46 +++++++++++++++++++-------- 2 files changed, 49 insertions(+), 14 deletions(-) create mode 100644 src/components/PopupCard/calender.svg diff --git a/src/components/PopupCard/calender.svg b/src/components/PopupCard/calender.svg new file mode 100644 index 0000000..907277d --- /dev/null +++ b/src/components/PopupCard/calender.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/src/components/PopupCard/index.js b/src/components/PopupCard/index.js index e39deac..e4152a7 100644 --- a/src/components/PopupCard/index.js +++ b/src/components/PopupCard/index.js @@ -2,6 +2,7 @@ import React, { useState } from "react"; import "./index.scss"; import cancleIcon from "./cancle-icon.svg"; +import calender from "./calender.svg"; const PopupCard = () => { const [activeInput, setActiveInput] = useState(false); @@ -15,46 +16,63 @@ const PopupCard = () => { > click me to see popUpCard Modal + {/* modal */}