Skip to content

Commit 6bceb11

Browse files
committed
feat(sistent): add IconButton to components data list
Signed-off-by: Naik Mubashir <naikmubashir095@gmail.com>
1 parent 709658a commit 6bceb11

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
@@ -209,6 +209,13 @@ const componentsData = [
209209
"url": "/projects/sistent/components/list",
210210
"src": "/list",
211211
},
212+
{
213+
id: 28,
214+
name: "IconButton",
215+
description: "IconButton provides an interactive button component that displays only an icon, ideal for compact UIs where space is limited and actions are easily recognizable through iconography.",
216+
url: "/projects/sistent/components/iconbutton",
217+
src: "/iconbutton",
218+
},
212219
];
213220

214221
module.exports = { componentsData };

0 commit comments

Comments
 (0)