Skip to content

Commit 92ef43b

Browse files
content.js
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent ae61e5e commit 92ef43b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • src/sections/Projects/Sistent/components

src/sections/Projects/Sistent/components/content.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,13 @@ const componentsData = [
223223
url: "/projects/sistent/components/iconbutton",
224224
src: "/iconbutton",
225225
},
226+
{
227+
id: 30,
228+
name: "Stepper",
229+
description: "Stepper provides a way to display progress through a sequence of logical steps.",
230+
url: "/projects/sistent/components/stepper",
231+
src: "/stepper",
232+
},
226233
];
227234

228235
module.exports = { componentsData };

0 commit comments

Comments
 (0)