From aa8ce69c0b9885a957d9ef7adfbf9e712cefeeb9 Mon Sep 17 00:00:00 2001 From: Piyush Tilokani <2021.piyush.tilokani@ves.ac.in> Date: Thu, 8 Aug 2024 12:29:39 +0530 Subject: [PATCH] Dropwdown issue fixed --- src/App.js | 163 ++++++++++++++++++++++++++++++----------------------- 1 file changed, 93 insertions(+), 70 deletions(-) diff --git a/src/App.js b/src/App.js index 8d30ba1..e1bd60d 100644 --- a/src/App.js +++ b/src/App.js @@ -1,85 +1,108 @@ import React from "react"; - function App() { return (
-
- choose -
-
- Gates -
-
- Resistace -
-
- Device -
-
- Wire -
-
- Electrifiy -
-
- Conductor -
-
- Power Control -
-
- -
+
+ choose +
+
+ Gates +
+
+ Resistace +
+
+ Device +
+
+ Wire +
+
+ Electrifiy +
+
+ Conductor +
+
+ Power Control +
+
-
- a -
-
- b -
-
- c -
-
- d -
-
- e -
-
- f -
-
- Tools -
- AI Help - Export - Save - Restate - Share - Feedback +
+ a +
+
+ b +
+
+ c +
+
+ d +
+
+ e +
+
+ f +
+ +
+ c- +
+
+ [] +
+
+ -D
-
-
- c- -
-
- [] -
-
- -D -
- -
-
+
- -
); }