summaryrefslogtreecommitdiff
path: root/src/pages/Enrollment/FormTwo
diff options
context:
space:
mode:
authorrohan09-raj <[email protected]>2022-07-28 17:51:44 +0530
committerrohan09-raj <[email protected]>2022-07-28 17:51:44 +0530
commitffefbc1c2a382597c6d9f90977f8c907e26fbe2e (patch)
tree1ebc8d426c9e561430ce6fcebebb118def4208c2 /src/pages/Enrollment/FormTwo
parentff73539048908d8a24e347f2f9699cff95d8200c (diff)
Added components and some refactoring
Diffstat (limited to 'src/pages/Enrollment/FormTwo')
-rw-r--r--src/pages/Enrollment/FormTwo/FormTwo.jsx17
-rw-r--r--src/pages/Enrollment/FormTwo/FormTwo.module.css1
2 files changed, 18 insertions, 0 deletions
diff --git a/src/pages/Enrollment/FormTwo/FormTwo.jsx b/src/pages/Enrollment/FormTwo/FormTwo.jsx
new file mode 100644
index 0000000..56bcd70
--- /dev/null
+++ b/src/pages/Enrollment/FormTwo/FormTwo.jsx
@@ -0,0 +1,17 @@
+import React from 'react'
+import Input from '../../../components/Input/Input'
+import Header from '../../../components/Header/Header'
+import SubmitButton from '../../../components/SubmitButton/SubmitButton'
+
+const FormTwo = () => {
+ return (
+ <div className="formtwo">
+ <Header subheading="Enrollment" />
+ <Input id="mobile" value="Mobile" label="Mobile" type="text" />
+ <Input id="email" value="Email" label="Email" type="email" />
+ <SubmitButton />
+ </div>
+ )
+}
+
+export default FormTwo
diff --git a/src/pages/Enrollment/FormTwo/FormTwo.module.css b/src/pages/Enrollment/FormTwo/FormTwo.module.css
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/src/pages/Enrollment/FormTwo/FormTwo.module.css
@@ -0,0 +1 @@
+