Skip to content

Commit 80bd9a1

Browse files
committed
Added the tabs component to sistent components page
Signed-off-by: Aryan Shah <aryanashah11@gmail.com>
1 parent 0badf50 commit 80bd9a1

5 files changed

Lines changed: 1336 additions & 9 deletions

File tree

src/components/SistentNavigation/content.js

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,19 @@ export const content = [
6363
{ id: 44, link: "/projects/sistent/components/select/guidance", text: "Select" },
6464
{ id: 45, link: "/projects/sistent/components/select/code", text: "Select" },
6565

66-
{ id: 46, link: "/projects/sistent/components/text-field", text: "Text Field" },
67-
{ id: 47, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
68-
{ id: 48, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
66+
{ id: 46, link: "/projects/sistent/components/tabs", text: "Tabs" },
67+
{ id: 47, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
68+
{ id: 48, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
6969

70-
{ id: 49, link: "/projects/sistent/components/text-input", text: "Text Input" },
71-
{ id: 50, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
72-
{ id: 51, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
70+
{ id: 49, link: "/projects/sistent/components/text-field", text: "Text Field" },
71+
{ id: 50, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
72+
{ id: 51, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
7373

74-
{ id: 52, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
75-
{ id: 53, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
76-
{ id: 54, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
74+
{ id: 52, link: "/projects/sistent/components/text-input", text: "Text Input" },
75+
{ id: 53, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
76+
{ id: 54, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
77+
78+
{ id: 55, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
79+
{ id: 56, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
80+
{ id: 57, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
7781
];

src/sections/Projects/Sistent/components/content.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,14 @@ const componentsData = [
141141
url: "/projects/sistent/components/circularprogress",
142142
src: "/circularprogress",
143143
},
144+
{
145+
id: 19,
146+
name: "Tabs",
147+
description:
148+
"Tabs organize and allow navigation between groups of content that are related and at the same level of hierarchy.",
149+
url: "/projects/sistent/components/tabs",
150+
src: "/tabs",
151+
},
144152

145153
];
146154

0 commit comments

Comments
 (0)