Skip to content

Commit

Permalink
linked input text with modal using next button
Browse files Browse the repository at this point in the history
Signed-off-by: mannika763 <[email protected]>
  • Loading branch information
mannika763 committed Jul 20, 2024
1 parent 42b3528 commit 5ce6086
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/components/SistentNavigation/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,17 @@ export const content = [
link: "/projects/sistent/components/text-input/code",
text: "Text Input",
},
{
id: 15,
link: "/projects/sistent/components/modal",
text: "Modal",
},

{
id: 16,
link: "/projects/sistent/components/modal/code",
text: "Modal",
},


];

0 comments on commit 5ce6086

Please sign in to comment.