Skip to content

Commit 94a7430

Browse files
authored
Merge pull request #6982 from Rajesh-Nagarajan-11/list-component-sistent
Added `List` component to Sistent components page
2 parents 256134f + c056b11 commit 94a7430

File tree

5 files changed

+743
-37
lines changed

5 files changed

+743
-37
lines changed

src/components/SistentNavigation/content.js

Lines changed: 40 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -56,51 +56,55 @@ export const content = [
5656
{ id: 39, link: "/projects/sistent/components/link/guidance", text: "Link" },
5757
{ id: 40, link: "/projects/sistent/components/link/code", text: "Link" },
5858

59-
{ id: 41, link: "/projects/sistent/components/modal", text: "Modal" },
60-
{ id: 42, link: "/projects/sistent/components/modal/guidance", text: "Modal" },
61-
{ id: 43, link: "/projects/sistent/components/modal/code", text: "Modal" },
59+
{ id: 41, link: "/projects/sistent/components/list", text: "List" },
60+
{ id: 42, link: "/projects/sistent/components/list/guidance", text: "List" },
61+
{ id: 43, link: "/projects/sistent/components/list/code", text: "List" },
6262

63-
{ id: 44, link: "/projects/sistent/components/pagination", text: "Pagination" },
64-
{ id: 45, link: "/projects/sistent/components/pagination/guidance", text: "Pagination" },
65-
{ id: 46, link: "/projects/sistent/components/pagination/code", text: "Pagination" },
63+
{ id: 44, link: "/projects/sistent/components/modal", text: "Modal" },
64+
{ id: 45, link: "/projects/sistent/components/modal/guidance", text: "Modal" },
65+
{ id: 46, link: "/projects/sistent/components/modal/code", text: "Modal" },
6666

67-
{ id: 47, link: "/projects/sistent/components/paper", text: "Paper" },
68-
{ id: 48, link: "/projects/sistent/components/paper/guidance", text: "Paper" },
69-
{ id: 49, link: "/projects/sistent/components/paper/code", text: "Paper" },
67+
{ id: 47, link: "/projects/sistent/components/pagination", text: "Pagination" },
68+
{ id: 48, link: "/projects/sistent/components/pagination/guidance", text: "Pagination" },
69+
{ id: 49, link: "/projects/sistent/components/pagination/code", text: "Pagination" },
7070

71-
{ id: 50, link: "/projects/sistent/components/popper", text: "Popper" },
72-
{ id: 51, link: "/projects/sistent/components/popper/guidance", text: "Popper" },
73-
{ id: 52, link: "/projects/sistent/components/popper/code", text: "Popper" },
71+
{ id: 50, link: "/projects/sistent/components/paper", text: "Paper" },
72+
{ id: 51, link: "/projects/sistent/components/paper/guidance", text: "Paper" },
73+
{ id: 52, link: "/projects/sistent/components/paper/code", text: "Paper" },
7474

75-
{ id: 53, link: "/projects/sistent/components/radiogroup", text: "RadioGroup" },
76-
{ id: 54, link: "/projects/sistent/components/radiogroup/guidance", text: "RadioGroup" },
77-
{ id: 55, link: "/projects/sistent/components/radiogroup/code", text: "RadioGroup" },
75+
{ id: 53, link: "/projects/sistent/components/popper", text: "Popper" },
76+
{ id: 54, link: "/projects/sistent/components/popper/guidance", text: "Popper" },
77+
{ id: 55, link: "/projects/sistent/components/popper/code", text: "Popper" },
7878

79-
{ id: 56, link: "/projects/sistent/components/select", text: "Select" },
80-
{ id: 57, link: "/projects/sistent/components/select/guidance", text: "Select" },
81-
{ id: 58, link: "/projects/sistent/components/select/code", text: "Select" },
79+
{ id: 56, link: "/projects/sistent/components/radiogroup", text: "RadioGroup" },
80+
{ id: 57, link: "/projects/sistent/components/radiogroup/guidance", text: "RadioGroup" },
81+
{ id: 58, link: "/projects/sistent/components/radiogroup/code", text: "RadioGroup" },
8282

83-
{ id: 59, link: "/projects/sistent/components/switch", text: "Switch" },
84-
{ id: 60, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
85-
{ id: 61, link: "/projects/sistent/components/switch/code", text: "Switch" },
83+
{ id: 59, link: "/projects/sistent/components/select", text: "Select" },
84+
{ id: 60, link: "/projects/sistent/components/select/guidance", text: "Select" },
85+
{ id: 61, link: "/projects/sistent/components/select/code", text: "Select" },
8686

87-
{ id: 62, link: "/projects/sistent/components/tabs", text: "Tabs" },
88-
{ id: 63, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
89-
{ id: 64, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
87+
{ id: 62, link: "/projects/sistent/components/switch", text: "Switch" },
88+
{ id: 63, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
89+
{ id: 64, link: "/projects/sistent/components/switch/code", text: "Switch" },
9090

91-
{ id: 65, link: "/projects/sistent/components/text-field", text: "Text Field" },
92-
{ id: 66, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
93-
{ id: 67, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
91+
{ id: 65, link: "/projects/sistent/components/tabs", text: "Tabs" },
92+
{ id: 66, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
93+
{ id: 67, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
9494

95-
{ id: 68, link: "/projects/sistent/components/text-input", text: "Text Input" },
96-
{ id: 69, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
97-
{ id: 70, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
95+
{ id: 68, link: "/projects/sistent/components/text-field", text: "Text Field" },
96+
{ id: 69, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
97+
{ id: 70, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
9898

99-
{ id: 71, link: "/projects/sistent/components/toolbar", text: "Toolbar" },
100-
{ id: 72, link: "/projects/sistent/components/toolbar/guidance", text: "Toolbar" },
101-
{ id: 73, link: "/projects/sistent/components/toolbar/code", text: "Toolbar" },
99+
{ id: 71, link: "/projects/sistent/components/text-input", text: "Text Input" },
100+
{ id: 72, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
101+
{ id: 73, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
102102

103-
{ id: 74, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
104-
{ id: 75, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
105-
{ id: 76, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
103+
{ id: 74, link: "/projects/sistent/components/toolbar", text: "Toolbar" },
104+
{ id: 75, link: "/projects/sistent/components/toolbar/guidance", text: "Toolbar" },
105+
{ id: 76, link: "/projects/sistent/components/toolbar/code", text: "Toolbar" },
106+
107+
{ id: 77, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
108+
{ id: 78, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
109+
{ id: 79, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
106110
];

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,14 @@ const componentsData = [
201201
"description": "The Grid component in Sistent provides a flexible and responsive layout system for arranging content in rows and columns.",
202202
"url": "/projects/sistent/components/grid",
203203
"src": "/grid"
204-
}
204+
},
205+
{
206+
"id": 27,
207+
"name": "List",
208+
"description": "Lists are essential UI elements that allow items to be organized sequentially in a structured and readable way. They help users view, select, and interact with multiple items conveniently.",
209+
"url": "/projects/sistent/components/list",
210+
"src": "/list",
211+
},
205212
];
206213

207214
module.exports = { componentsData };

0 commit comments

Comments
 (0)