Skip to content

Commit bf0beab

Browse files
authored
Merge pull request #6703 from ARYANSHAH1567/aryanshah/add_tabs_component
Added the Tabs component to Sistent components page
2 parents 6870ea0 + 5e9bdde commit bf0beab

5 files changed

Lines changed: 1319 additions & 10 deletions

File tree

src/components/SistentNavigation/content.js

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,19 @@ export const content = [
6767
{ id: 47, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
6868
{ id: 48, link: "/projects/sistent/components/switch/code", text: "Switch" },
6969

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" },
70+
{ id: 49, link: "/projects/sistent/components/tabs", text: "Tabs" },
71+
{ id: 50, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
72+
{ id: 51, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
7373

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" },
74+
{ id: 52, link: "/projects/sistent/components/text-field", text: "Text Field" },
75+
{ id: 53, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
76+
{ id: 54, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
7777

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" },
78+
{ id: 55, link: "/projects/sistent/components/text-input", text: "Text Input" },
79+
{ id: 56, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
80+
{ id: 57, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
81+
82+
{ id: 58, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
83+
{ id: 59, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
84+
{ id: 60, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
8185
];

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,13 @@ const componentsData = [
148148
url: "/projects/sistent/components/switch",
149149
src: "/switch"
150150
},
151-
151+
{
152+
id: 20,
153+
name: "Tabs",
154+
description: "Tabs organize and allow navigation between groups of content that are related and at the same level of hierarchy.",
155+
url: "/projects/sistent/components/tabs",
156+
src: "/tabs",
157+
}
152158
];
153159

154160
module.exports = { componentsData };

0 commit comments

Comments
 (0)