You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sections/Projects/Sistent/components/content.js
+58-38Lines changed: 58 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -154,14 +154,16 @@ const componentsData = [
154
154
{
155
155
id: 20,
156
156
name: "Switch",
157
-
description: "The Switch component allows users to toggle the state of a single setting on or off.",
157
+
description:
158
+
"The Switch component allows users to toggle the state of a single setting on or off.",
158
159
url: "/projects/sistent/components/switch",
159
-
src: "/switch"
160
+
src: "/switch",
160
161
},
161
162
{
162
163
id: 21,
163
164
name: "Tabs",
164
-
description: "Tabs organize and allow navigation between groups of content that are related and at the same level of hierarchy.",
165
+
description:
166
+
"Tabs organize and allow navigation between groups of content that are related and at the same level of hierarchy.",
165
167
url: "/projects/sistent/components/tabs",
166
168
src: "/tabs",
167
169
},
@@ -184,7 +186,8 @@ const componentsData = [
184
186
{
185
187
id: 24,
186
188
name: "Badge",
187
-
description: "A badge is a small component that displays a number or status indicator, often used to show notifications or messages.",
189
+
description:
190
+
"A badge is a small component that displays a number or status indicator, often used to show notifications or messages.",
188
191
url: "/projects/sistent/components/badge",
189
192
src: "/badge",
190
193
},
@@ -197,72 +200,81 @@ const componentsData = [
197
200
src: "/toolbar",
198
201
},
199
202
{
200
-
"id": 26,
201
-
"name": "RadioGroup",
202
-
"description": "Sistent offers a well-structured RadioGroup component that allows users to select one option from a set.",
203
-
"url": "/projects/sistent/components/radiogroup",
204
-
"src": "/radiogroup"
203
+
id: 26,
204
+
name: "RadioGroup",
205
+
description:
206
+
"Sistent offers a well-structured RadioGroup component that allows users to select one option from a set.",
207
+
url: "/projects/sistent/components/radiogroup",
208
+
src: "/radiogroup",
205
209
},
206
210
{
207
-
"id": 27,
208
-
"name": "Grid",
209
-
"description": "The Grid component in Sistent provides a flexible and responsive layout system for arranging content in rows and columns.",
210
-
"url": "/projects/sistent/components/grid",
211
-
"src": "/grid"
211
+
id: 27,
212
+
name: "Grid",
213
+
description:
214
+
"The Grid component in Sistent provides a flexible and responsive layout system for arranging content in rows and columns.",
215
+
url: "/projects/sistent/components/grid",
216
+
src: "/grid",
212
217
},
213
218
{
214
-
"id": 28,
215
-
"name": "List",
216
-
"description": "Lists are essential UI elements that allow items to be organized sequentially in a structured and readable way. They help users view, select, and interact with multiple items conveniently.",
217
-
"url": "/projects/sistent/components/list",
218
-
"src": "/list",
219
+
id: 28,
220
+
name: "List",
221
+
description:
222
+
"Lists are essential UI elements that allow items to be organized sequentially in a structured and readable way. They help users view, select, and interact with multiple items conveniently.",
223
+
url: "/projects/sistent/components/list",
224
+
src: "/list",
219
225
},
220
226
{
221
-
"id": 29,
222
-
"name": "Chip",
223
-
"description": "Chips are compact elements that represent an input, attribute, or action. They are often used for tags, contacts, or filters.",
224
-
"url": "/projects/sistent/components/chip",
225
-
"src": "/chip",
227
+
id: 29,
228
+
name: "Chip",
229
+
description:
230
+
"Chips are compact elements that represent an input, attribute, or action. They are often used for tags, contacts, or filters.",
231
+
url: "/projects/sistent/components/chip",
232
+
src: "/chip",
226
233
},
227
234
{
228
-
"id": 30,
229
-
"name": "Collapse",
230
-
"description": "The Collapse component is used to create expandable/collapsible content sections. It smoothly animates the height of its children from zero to full height when expanded.",
231
-
"url": "/projects/sistent/components/collapse",
232
-
"src": "/collapse",
235
+
id: 30,
236
+
name: "Collapse",
237
+
description:
238
+
"The Collapse component is used to create expandable/collapsible content sections. It smoothly animates the height of its children from zero to full height when expanded.",
239
+
url: "/projects/sistent/components/collapse",
240
+
src: "/collapse",
233
241
},
234
242
{
235
-
"id": 31,
236
-
"name": "FormControlLabel",
237
-
"description": "A control + label pair used for checkboxes or radio buttons.",
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.",
252
+
description:
253
+
"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.",
245
254
url: "/projects/sistent/components/iconbutton",
246
255
src: "/iconbutton",
247
256
},
248
257
{
249
258
id: 33,
250
259
name: "Stepper",
251
-
description: "Stepper provides a way to display progress through a sequence of logical steps.",
260
+
description:
261
+
"Stepper provides a way to display progress through a sequence of logical steps.",
252
262
url: "/projects/sistent/components/stepper",
253
263
src: "/stepper",
254
264
},
255
265
{
256
266
id: 34,
257
267
name: "Stack",
258
-
description: "Stack is a layout component that arranges elements in a one-dimensional flow with customizable spacing and direction.",
268
+
description:
269
+
"Stack is a layout component that arranges elements in a one-dimensional flow with customizable spacing and direction.",
259
270
url: "/projects/sistent/components/stack",
260
271
src: "/stack",
261
272
},
262
273
{
263
274
id: 35,
264
275
name: "Accordion",
265
-
description: "An accordion is a vertically stacked list of headers that can be clicked to reveal or hide associated content, allowing users to toggle between hiding and showing large amounts of content in a compact space.",
276
+
description:
277
+
"An accordion is a vertically stacked list of headers that can be clicked to reveal or hide associated content, allowing users to toggle between hiding and showing large amounts of content in a compact space.",
266
278
url: "/projects/sistent/components/accordion",
267
279
src: "/accordion",
268
280
},
@@ -274,6 +286,14 @@ const componentsData = [
274
286
url: "/projects/sistent/components/divider",
275
287
src: "/divider",
276
288
},
289
+
{
290
+
id: 37,
291
+
name: "FormControl",
292
+
description:
293
+
"FormControl provides context and grouping for form elements, managing shared state like error, disabled, and required across labels, inputs, and helper text.",
0 commit comments