From f331ab5c80746504a15cdd071215f101acfdcb68 Mon Sep 17 00:00:00 2001 From: mahdi andalib Date: Wed, 6 Jul 2022 19:20:29 +0430 Subject: [PATCH] =?UTF-8?q?update=20src/components/CustomSelectBox/index.j?= =?UTF-8?q?s,=20src/components/Modal/index.js,=20src/components/Tabbar/ind?= =?UTF-8?q?ex.js=20and=20src/components/Tavabee/index.js=20=D8=A7=D8=AF?= =?UTF-8?q?=D8=A7=D9=85=D9=87=20=DA=A9=D8=A7=D8=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Condition/index.js | 59 +++++++++++++++++++++++++ src/components/CustomSelectBox/index.js | 2 +- src/components/Modal/index.js | 4 +- src/components/Tabbar/index.js | 15 ++++--- src/components/Tavabee/index.js | 36 +++++++++++++-- 5 files changed, 103 insertions(+), 13 deletions(-) create mode 100644 src/components/Condition/index.js diff --git a/src/components/Condition/index.js b/src/components/Condition/index.js new file mode 100644 index 0000000..99db90f --- /dev/null +++ b/src/components/Condition/index.js @@ -0,0 +1,59 @@ +import React from "react"; +import CustomSelectBox from "../CustomSelectBox"; + +const Condition = () => { + return ( +
+
+
+ اینجا قرار است بیام از react-monaco-editor استفاده کنم{" "} +
+
+
+
+ + + + +
+
+
+ ); +}; + +export default Condition; diff --git a/src/components/CustomSelectBox/index.js b/src/components/CustomSelectBox/index.js index 2bdbd70..c28410e 100644 --- a/src/components/CustomSelectBox/index.js +++ b/src/components/CustomSelectBox/index.js @@ -2,7 +2,7 @@ import React from "react"; const CustomSelectBox = ({ options }) => { return ( - {options.map((option, index) => (