Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
022e1f1
feat(sistent): add Table to SistentNavigation
naikmubashir Oct 21, 2025
1cbbeec
feat(sistent): add Table to component documentation
naikmubashir Oct 21, 2025
bba7b31
feat(sistent): add Table usage guidance and best practices
naikmubashir Oct 21, 2025
1a8f7c9
feat(sistent): add Table interative code examples
naikmubashir Oct 21, 2025
aa6b67c
feat(sistent): add Table to components data list
naikmubashir Oct 21, 2025
9f354bf
Merge branch 'master' into master
naikmubashir Oct 22, 2025
11a1617
fix(sistent): fix eslint errors in SistentNavigation
naikmubashir Oct 22, 2025
33afef3
merge new changes
naikmubashir Oct 29, 2025
13e39bf
fix(sistent): fix new updates
naikmubashir Oct 29, 2025
0ecfa69
Merge branch 'master' of https://github.com/layer5io/layer5
naikmubashir Oct 31, 2025
068b501
fix: resolve merge conflict
naikmubashir Nov 3, 2025
16cca18
Merge branch 'master' of https://github.com/layer5io/layer5
naikmubashir Nov 3, 2025
b6dc275
fix: update code.js
naikmubashir Nov 3, 2025
ef450e0
fix(sistent): prevent SSR issues with Table component rendering
naikmubashir Nov 3, 2025
1407a73
Merge branch 'master' into master
Rajesh-Nagarajan-11 Nov 13, 2025
d07d998
Merge branch 'master' into master
naikmubashir Dec 3, 2025
c9b35ee
Merge branch 'master' into master
leecalcote Dec 4, 2025
e5dfe99
Updated feature data from spreadsheet
l5io Dec 7, 2025
7ce5fbf
Merge branch 'master' into master
saurabhraghuvanshii Dec 23, 2025
5cda73a
Merge branch 'master' into master
naikmubashir Jan 12, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 24 additions & 20 deletions src/components/SistentNavigation/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,23 +119,27 @@ export const content = [
{ id: 87, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
{ id: 88, link: "/projects/sistent/components/switch/code", text: "Switch" },

{ id: 89, link: "/projects/sistent/components/tabs", text: "Tabs" },
{ id: 90, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
{ id: 91, link: "/projects/sistent/components/tabs/code", text: "Tabs" },

{ id: 92, link: "/projects/sistent/components/text-field", text: "Text Field" },
{ id: 93, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
{ id: 94, link: "/projects/sistent/components/text-field/code", text: "Text Field" },

{ id: 95, link: "/projects/sistent/components/text-input", text: "Text Input" },
{ id: 96, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
{ id: 97, link: "/projects/sistent/components/text-input/code", text: "Text Input" },

{ id: 98, link: "/projects/sistent/components/toolbar", text: "Toolbar" },
{ id: 99, link: "/projects/sistent/components/toolbar/guidance", text: "Toolbar" },
{ id: 100, link: "/projects/sistent/components/toolbar/code", text: "Toolbar" },

{ id: 101, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
{ id: 102, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
{ id: 103, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
];
{ id: 89, link: "/projects/sistent/components/table", text: "Table" },
{ id: 90, link: "/projects/sistent/components/table/guidance", text: "Table" },
{ id: 91, link: "/projects/sistent/components/table/code", text: "Table" },

{ id: 92, link: "/projects/sistent/components/tabs", text: "Tabs" },
{ id: 93, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
{ id: 94, link: "/projects/sistent/components/tabs/code", text: "Tabs" },

{ id: 95, link: "/projects/sistent/components/text-field", text: "Text Field" },
{ id: 96, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
{ id: 97, link: "/projects/sistent/components/text-field/code", text: "Text Field" },

{ id: 98, link: "/projects/sistent/components/text-input", text: "Text Input" },
{ id: 99, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
{ id: 100, link: "/projects/sistent/components/text-input/code", text: "Text Input" },

{ id: 101, link: "/projects/sistent/components/toolbar", text: "Toolbar" },
{ id: 102, link: "/projects/sistent/components/toolbar/guidance", text: "Toolbar" },
{ id: 103, link: "/projects/sistent/components/toolbar/code", text: "Toolbar" },

{ id: 104, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
{ id: 105, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
{ id: 106, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
];
19 changes: 13 additions & 6 deletions src/sections/Projects/Sistent/components/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,11 @@ const componentsData = [
src: "/iconbutton",
},
{
"id": 30,
"name": "FormControlLabel",
"description": "A control + label pair used for checkboxes or radio buttons.",
"url": "/projects/sistent/components/formcontrollabel",
"src": "/formcontrollabel",
id: 30,
name: "Table",
description: "Table components provide a flexible and feature-rich way to display tabular data with sorting, filtering, pagination, and responsive design capabilities.",
url: "/projects/sistent/components/table",
src: "/table",
},
{
id: 31,
Expand All @@ -245,7 +245,14 @@ const componentsData = [
src: "/stepper",
},
{
id: 32,
"id": 32,
"name": "FormControlLabel",
"description": "A control + label pair used for checkboxes or radio buttons.",
"url": "/projects/sistent/components/formcontrollabel",
"src": "/formcontrollabel",
},
{
id: 33,
name: "Stack",
description: "Stack is a layout component that arranges elements in a one-dimensional flow with customizable spacing and direction.",
url: "/projects/sistent/components/stack",
Expand Down
Loading
Loading