The List component displays a list of items in a structured and accessible manner. Variants include simple lists, lists with icons, diff --git a/src/sections/Projects/Sistent/components/list/index.js b/src/sections/Projects/Sistent/components/list/index.js index f129d0d056f2..4c5463b3b61a 100644 --- a/src/sections/Projects/Sistent/components/list/index.js +++ b/src/sections/Projects/Sistent/components/list/index.js @@ -38,8 +38,6 @@ const SistentList = () => { />
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: @@ -50,12 +48,9 @@ const SistentList = () => {
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.
@@ -107,8 +104,9 @@ const SistentList = () => { - -Adds interactivity to list items, making them actionable.
@@ -125,8 +123,9 @@ const SistentList = () => { - -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.
@@ -156,8 +155,9 @@ const SistentList = () => { - -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.
@@ -175,8 +175,9 @@ const SistentList = () => { - -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.