From 973e8407970b23b256d83784f09ed0cd6708fa17 Mon Sep 17 00:00:00 2001 From: magonysandormate Date: Wed, 2 Apr 2025 11:20:25 +0200 Subject: [PATCH] =?UTF-8?q?K=C3=A9sz=20hozz=C3=A1ad=C3=A1s=20form?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/WC_Komponens/Hozzadas/HozzaadForm.jsx | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/frontend/peepal_react/src/WC_Komponens/Hozzadas/HozzaadForm.jsx b/frontend/peepal_react/src/WC_Komponens/Hozzadas/HozzaadForm.jsx index cad226c..37a28d9 100644 --- a/frontend/peepal_react/src/WC_Komponens/Hozzadas/HozzaadForm.jsx +++ b/frontend/peepal_react/src/WC_Komponens/Hozzadas/HozzaadForm.jsx @@ -1,4 +1,17 @@ export default function HozzaadForm() { + const ToolTip = ({children, text}) => { + return( +
+ {children} +
+ {text} +
+
+ + + ) + } + return (
@@ -53,8 +66,10 @@ export default function HozzaadForm() {
- - +
+ + +