Skip to content

Commit 15c0fc8

Browse files
sistent-navigation added
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent f4a29ff commit 15c0fc8

1 file changed

Lines changed: 25 additions & 21 deletions

File tree

src/components/SistentNavigation/content.js

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -68,31 +68,35 @@ export const content = [
6868
{ id: 48, link: "/projects/sistent/components/popper/guidance", text: "Popper" },
6969
{ id: 49, link: "/projects/sistent/components/popper/code", text: "Popper" },
7070

71-
{ id: 50, link: "/projects/sistent/components/select", text: "Select" },
72-
{ id: 51, link: "/projects/sistent/components/select/guidance", text: "Select" },
73-
{ id: 52, link: "/projects/sistent/components/select/code", text: "Select" },
71+
{id: 50,link: "/projects/sistent/components/radiogroup",text: "RadioGroup"},
72+
{id: 51,link: "/projects/sistent/components/radiogroup/guidance",text: "RadioGroup"},
73+
{id: 52,link: "/projects/sistent/components/radiogroup/code",text: "RadioGroup"},
7474

75-
{ id: 53, link: "/projects/sistent/components/switch", text: "Switch" },
76-
{ id: 54, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
77-
{ id: 55, link: "/projects/sistent/components/switch/code", text: "Switch" },
75+
{ id: 53, link: "/projects/sistent/components/select", text: "Select" },
76+
{ id: 54, link: "/projects/sistent/components/select/guidance", text: "Select" },
77+
{ id: 55, link: "/projects/sistent/components/select/code", text: "Select" },
7878

79-
{ id: 56, link: "/projects/sistent/components/tabs", text: "Tabs" },
80-
{ id: 57, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
81-
{ id: 58, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
79+
{ id: 56, link: "/projects/sistent/components/switch", text: "Switch" },
80+
{ id: 57, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
81+
{ id: 58, link: "/projects/sistent/components/switch/code", text: "Switch" },
8282

83-
{ id: 59, link: "/projects/sistent/components/text-field", text: "Text Field" },
84-
{ id: 60, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
85-
{ id: 61, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
83+
{ id: 59, link: "/projects/sistent/components/tabs", text: "Tabs" },
84+
{ id: 60, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
85+
{ id: 61, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
8686

87-
{ id: 62, link: "/projects/sistent/components/text-input", text: "Text Input" },
88-
{ id: 63, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
89-
{ id: 64, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
87+
{ id: 62, link: "/projects/sistent/components/text-field", text: "Text Field" },
88+
{ id: 63, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
89+
{ id: 64, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
9090

91-
{ id: 63, link: "/projects/sistent/components/toolbar", text: "Toolbar" },
92-
{ id: 64, link: "/projects/sistent/components/toolbar/guidance", text: "Toolbar" },
93-
{ id: 65, link: "/projects/sistent/components/toolbar/code", text: "Toolbar" },
91+
{ id: 65, link: "/projects/sistent/components/text-input", text: "Text Input" },
92+
{ id: 66, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
93+
{ id: 67, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
9494

95-
{ id: 66, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
96-
{ id: 67, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
97-
{ id: 68, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
95+
{ id: 68, link: "/projects/sistent/components/toolbar", text: "Toolbar" },
96+
{ id: 69, link: "/projects/sistent/components/toolbar/guidance", text: "Toolbar" },
97+
{ id: 70, link: "/projects/sistent/components/toolbar/code", text: "Toolbar" },
98+
99+
{ id: 71, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
100+
{ id: 72, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
101+
{ id: 73, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
98102
];

0 commit comments

Comments
 (0)