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
+22-14Lines changed: 22 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -3,114 +3,122 @@ const componentsData = [
3
3
id: 1,
4
4
name: "Button",
5
5
description:
6
-
"A button is an interactive element that triggers a specific action and also lets users know what will happen next.",
6
+
"A button is an interactive element that triggers a specific action and also lets users know what will happen next.",
7
7
url: "/projects/sistent/components/button",
8
8
src: "/button",
9
9
},
10
10
{
11
11
id: 2,
12
12
name: "Text Input",
13
13
description:
14
-
"A text input is made up of multiple elements that combine to form a component that helps users to read, write, and edit text in an interface.",
14
+
"A text input is made up of multiple elements that combine to form a component that helps users to read, write, and edit text in an interface.",
15
15
url: "/projects/sistent/components/text-input",
16
16
src: "/text-input",
17
17
},
18
18
{
19
19
id: 3,
20
20
name: "Modal",
21
21
description:
22
-
"A text input is made up of multiple elements that combine to form a component that helps users to read, write, and edit text in an interface.",
22
+
"A text input is made up of multiple elements that combine to form a component that helps users to read, write, and edit text in an interface.",
23
23
url: "/projects/sistent/components/modal",
24
24
src: "/modal",
25
25
},
26
26
{
27
27
id: 4,
28
28
name: "Paper",
29
29
description:
30
-
"The Paper component offers an elevated surface with shadow effects, following Material Design’s elevation system.",
30
+
"The Paper component offers an elevated surface with shadow effects, following Material Design’s elevation system.",
31
31
url: "/projects/sistent/components/paper",
32
32
src: "/paper",
33
33
},
34
34
{
35
35
id: 5,
36
36
name: "Popper",
37
37
description:
38
-
"A popper is a tooltip that appears when a user interacts with an element.",
38
+
"A popper is a tooltip that appears when a user interacts with an element.",
39
39
url: "/projects/sistent/components/popper",
40
40
src: "/popper",
41
41
},
42
42
{
43
43
id: 6,
44
44
name: "Text Field",
45
45
description:
46
-
"The TextField component is a versatile input field used to capture user input in forms and user interfaces.",
46
+
"The TextField component is a versatile input field used to capture user input in forms and user interfaces.",
47
47
url: "/projects/sistent/components/text-field",
48
48
src: "/text-field",
49
49
},
50
50
{
51
51
id: 7,
52
52
name: "Link",
53
53
description:
54
-
"Links are essential and integral components of an interface. They are primarily used for navigation, guiding users to the next step in a journey or redirecting them to relevant sections or pages.",
54
+
"Links are essential and integral components of an interface. They are primarily used for navigation, guiding users to the next step in a journey or redirecting them to relevant sections or pages.",
55
55
url: "/projects/sistent/components/link",
56
56
src: "/link",
57
57
},
58
58
{
59
59
id: 8,
60
60
name: "Container",
61
61
description:
62
-
"Containers align and center content, providing responsive layout options for different screen sizes.",
62
+
"Containers align and center content, providing responsive layout options for different screen sizes.",
63
63
url: "/projects/sistent/components/container",
64
64
src: "/container",
65
65
},
66
66
{
67
67
id: 9,
68
68
name: "ButtonGroup",
69
69
description:
70
-
"ButtonGroup is a component that groups multiple buttons together.",
70
+
"ButtonGroup is a component that groups multiple buttons together.",
71
71
url: "/projects/sistent/components/button-group",
72
72
src: "/button-group",
73
73
},
74
74
{
75
75
id: 10,
76
76
name: "Box",
77
77
description:
78
-
"Box is used as a flexible container for layout and styling, allowing quick customization and responsive design adjustments.",
78
+
"Box is used as a flexible container for layout and styling, allowing quick customization and responsive design adjustments.",
79
79
url: "/projects/sistent/components/box",
80
80
src: "/box",
81
81
},
82
82
{
83
83
id: 11,
84
84
name: "Tooltip",
85
85
description:
86
-
"The Tooltip component is a small pop-up box that appears when a user hovers over an element.",
86
+
"The Tooltip component is a small pop-up box that appears when a user hovers over an element.",
87
87
url: "/projects/sistent/components/tooltip",
88
88
src: "/tooltip",
89
89
},
90
90
{
91
91
id: 12,
92
92
name: "Backdrop",
93
93
description:
94
-
"Backdrop component overlays a dimmed screen to focus attention on foreground content.",
94
+
"Backdrop component overlays a dimmed screen to focus attention on foreground content.",
95
95
url: "/projects/sistent/components/backdrop",
96
96
src: "/backdrop",
97
97
},
98
98
{
99
99
id: 13,
100
100
name: "ToggleButton",
101
101
description:
102
-
"ToggleButton allows users to switch between two or more states, commonly used in forms or settings for quick toggles.",
102
+
"ToggleButton allows users to switch between two or more states, commonly used in forms or settings for quick toggles.",
"Pagination enables users to navigate through multiple pages of content, providing an intuitive interface for browsing large datasets or segmented information.",
110
+
"Pagination enables users to navigate through multiple pages of content, providing an intuitive interface for browsing large datasets or segmented information.",
111
111
url: "/projects/sistent/components/pagination",
112
112
src: "/pagination",
113
113
},
114
+
{
115
+
id: 15,
116
+
name: "Select",
117
+
description:
118
+
"Select component is a dropdown menu for selecting an option from a list.",
0 commit comments