Skip to content

Commit 2494d28

Browse files
content.js
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent 0058537 commit 2494d28

File tree

1 file changed

+8
-1
lines changed
  • src/sections/Projects/Sistent/components

1 file changed

+8
-1
lines changed

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)