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 */}