-
Buttons
+
+ {links.map((link) => (
+ -
+
+
+ ))}
+
+
+
+ } />
-
Disabled Buttons
+
+
@@ -129,43 +200,48 @@ const Demo = () => {
url={"https://www.google.com"}
/>
-
Labels
+
+
Labels
-
-
Status Lables
+
+
Status Lables
-
Avatar
+
+
Avatar
-
Switches
+
+
Switches
change(event, "Switch")} />
-
Checkboxes
+
+
Checkboxes
change(event, "Checkbox")} />
-
Radio
+
+
Radio
Demo Radio
@@ -187,7 +263,8 @@ const Demo = () => {
-
Table
+
+
Table
{
pageSizeOptions={[5, 10]}
/>
-
Tabs
+
+
Tabs
{" "}
@@ -211,19 +289,22 @@ const Demo = () => {
-
-
Date Picker
+
+
Date Picker
{date}
-
-
Stepper
+
+
Stepper
+
+
Section
+
);
};
diff --git a/Client/src/Pages/Home/index.jsx b/Client/src/Pages/Home/index.jsx
index 28d7d6ac4..8742da6f1 100644
--- a/Client/src/Pages/Home/index.jsx
+++ b/Client/src/Pages/Home/index.jsx
@@ -1,4 +1,5 @@
import DropdownTeamMember from "../../Components/DropdownTeamMember";
+import Search from "../../Components/Search";
import "./index.css";
const Home = () => {
@@ -6,6 +7,7 @@ const Home = () => {
<>