From b0737e1a89803dd5d83e104232865d6a5cb699d4 Mon Sep 17 00:00:00 2001 From: 1ilit Date: Tue, 19 Sep 2023 15:48:33 +0300 Subject: [PATCH] Add table shape --- src/components/shape.jsx | 42 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/src/components/shape.jsx b/src/components/shape.jsx index dade724..52beca0 100644 --- a/src/components/shape.jsx +++ b/src/components/shape.jsx @@ -14,12 +14,48 @@ export default function Shape() { ref={drag} style={{ opacity: isDragging ? 0.5 : 1, - fontSize: 25, - fontWeight: "bold", cursor: "move", + width: "150px", + height: "65px", }} > - rect + + +
+
Table
+
+
+
+
id
+
+
+ UUID +
+
+
+
+
+
name
+
+
+ VARCHAR +
+
+
+ +
); }