+ )}
+
Design System
@@ -56,7 +63,7 @@ const HeaderDesign1 = ({
{menuItems && (
)}
+ {bottomHeader && (
+
+
+
+
+ دسته بندی ها کالاها
+
+
+
+
+ )}
);
};
@@ -148,9 +190,12 @@ HeaderDesign1.defaultProps = {
btnPY: "py-2",
btnPX: "px-8",
- menuItems: true,
+ topHeader: true,
+ bottomHeader: true,
+
+ menuItems: false,
category: false,
- searchBox: false,
+ searchBox: true,
// icons
loginBtn: false,