Skip to content
Closed
Binary file not shown.

This file was deleted.

4 changes: 4 additions & 0 deletions src/components/SistentNavigation/content.js
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert the lints

Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,8 @@ export const content = [
{ id: 118, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
{ id: 119, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
{ id: 120, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },

{ id: 121, link: "/projects/sistent/components/formcontrol", text: "FormControl" },
{ id: 122, link: "/projects/sistent/components/formcontrol/guidance", text: "FormControl" },
{ id: 123, link: "/projects/sistent/components/formcontrol/code", text: "FormControl" },
];
7 changes: 7 additions & 0 deletions src/sections/Projects/Sistent/components/content.js
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert the lints

Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,13 @@ const componentsData = [
url: "/projects/sistent/components/divider",
src: "/divider",
},
{
id: 37,
name: "FormControl",
description: "FormControl provides context and grouping for form elements, managing shared state like error, disabled, and required across labels, inputs, and helper text.",
url: "/projects/sistent/components/formcontrol",
src: "/formcontrol",
},
];

module.exports = { componentsData };
Loading