diff --git a/src/pages/projects/sistent/components/list/code.js b/src/pages/projects/sistent/components/list/code.js
new file mode 100644
index 000000000000..2e687c01408f
--- /dev/null
+++ b/src/pages/projects/sistent/components/list/code.js
@@ -0,0 +1,8 @@
+import React from "react";
+import { ListCode } from "../../../../../sections/Projects/Sistent/components/list/code";
+
+const ListCodePage = () => {
+ return
+ )}
+ + The List component displays a list of items in a structured and + accessible manner. Variants include simple lists, lists with icons, + lists with avatars, and lists with action buttons. +
+ +This is a basic list with plain text items.
+List items can be paired with icons to add visual cues.
+Use avatars for list items representing people or entities.
+Organize list items under different subheaders for better grouping.
+Lists can also have action buttons for added interactivity.
++ 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. +
+ ++ Lists can be used for various purposes, including displaying items, navigational menus, or highlighting features. The List component provides a flexible container for organizing related items in a vertical layout. It can be customized to display items with icons, buttons, avatars, and other interactive elements. This component is essential for organizing content in a structured, accessible format. +
+ + +Consistency
+Interactive Elements
+Accessibility
+1. Purpose & Context
+2. Spacing & Alignment
+3. Interactive Design
+4. Accessibility
+1. List
+2. List Item
+3. List Item Button
+4. List Item Icon
+5. List Item Avatar
+6. List Item Text
+7. List Subheader
++ 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. +
+The List component is a flexible and structured container for organizing content in vertical layouts. It supports various child components, such as List Items, Icons, Avatars, Buttons, and Subheaders, making it ideal for creating navigational menus, data displays, or interactive content groups.
++ The List component is designed to: +
++ Components Overview: +
+ +The base container for organizing related content in vertical layouts.
+Basic Usage:
++ Represents an individual entry in a list. Includes primary and optional secondary text. +
++ Adds interactivity to list items, making them actionable. +
++ Icons can be added to list items to enhance visual interest and provide additional meaning for each item. Enhances list items with visual elements for better context. +
++ Avatars can be added to list items, which is particularly useful for representing people or items visually. Visually represents items with avatars for a user-friendly interface. +
++ Subheaders provide a way to label groups within a list, adding clarity and helping users navigate content. Groups and labels items within a list for better navigation and organization. +
+