Skip to content

Commit f4a29ff

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

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
@@ -188,6 +188,13 @@ const componentsData = [
188188
url: "/projects/sistent/components/toolbar",
189189
src: "/toolbar",
190190
},
191+
{
192+
"id": 25,
193+
"name": "RadioGroup",
194+
"description": "Sistent offers a well-structured RadioGroup component that allows users to select one option from a set.",
195+
"url": "/projects/sistent/components/radiogroup",
196+
"src": "/radiogroup"
197+
},
191198
];
192199

193200
module.exports = { componentsData };

0 commit comments

Comments
 (0)