From a6119549f61b82c1f6a45cd17eed4c2e8189af39 Mon Sep 17 00:00:00 2001 From: Pkpedram Date: Sun, 6 Feb 2022 16:58:59 +0330 Subject: [PATCH] Register Step Two Made --- src/components/Button/index.js | 5 +- src/components/input/index.js | 5 +- src/view/register/index.js | 125 ++++++++++++++++++++++++++++++++- 3 files changed, 129 insertions(+), 6 deletions(-) diff --git a/src/components/Button/index.js b/src/components/Button/index.js index a53a378..ad36abd 100644 --- a/src/components/Button/index.js +++ b/src/components/Button/index.js @@ -7,13 +7,14 @@ const Button = ( title, borderType, to, - type + type, + className } ) => { return ( {title} diff --git a/src/components/input/index.js b/src/components/input/index.js index 3c10eba..c1747f0 100644 --- a/src/components/input/index.js +++ b/src/components/input/index.js @@ -7,7 +7,8 @@ const Input = ({ gapSize, id, type, - direction + direction, + className }) => { @@ -35,7 +36,7 @@ const Input = ({ } }; return ( -
+
{title ? title : 'نام کاربری'} diff --git a/src/view/register/index.js b/src/view/register/index.js index da25082..f29a8ae 100644 --- a/src/view/register/index.js +++ b/src/view/register/index.js @@ -192,8 +192,7 @@ const Register = ({ activeLogin }) => {
-
-
+
@@ -235,6 +234,128 @@ const Register = ({ activeLogin }) => { } + { + steps == 1 && + <> +
+
+

مشخصات هویتی پدر

+

لطفا اطلاعات مربوط هویتی پدر را وارد کنید

+
+
+ + + + + + + + + + + + +
+
+ + + + + + + + + + + + +
+
+ + + +
+
+

مشخصات هویتی پدر

+

لطفا اطلاعات مربوط هویتی پدر را وارد کنید

+
+
+ + + + + + + + + + + + +
+
+ + + + + + + + + + + + +
+
+ + +
+
+

زندگی با خانواده

+

در این قسمت مشخص کنید دانشس آموز به همراه چه کسانی زندگی میکند

+
+
+
+ + +
+ + +
+
+
+ + + +
+ + +
+
+
+
+ +
+
+
+ +
+ + + } + +