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
Meshery is an open-source cloud-native management platform designed to help users manage, monitor, and optimize the performance of service meshes and their workloads.
136
+
Meshery is an open-source cloud-native management platform designed to help users manage, monitor, and optimize the performance of service meshes and their workloads.
<p>The Card component is a UI element used to encapsulate information or actions related to a single topic,
176
-
typically in a visually separated, easily digestible format. It often includes elements like images, text,
177
-
and buttons to present content and enable quick interactions without navigating away from the card.</p>
175
+
<p>The Card component is a UI element used to encapsulate information or actions related to a single topic, typically in a visually separated, easily digestible format. It often includes elements like images, text, and buttons to present content and enable quick interactions without navigating away from the card.</p>
A card often lets users interact with its entire surface to trigger its main function, whether it’s expanding,
216
-
navigating to another screen, or activating some other behavior.
213
+
A card often lets users interact with its entire surface to trigger its main function, whether it’s expanding, navigating to another screen, or activating some other behavior.
217
214
</p>
218
215
<aid="Outlined Card">
219
216
<h2>Oultined Card Example</h2>
220
217
</a>
221
218
<p>
222
-
An outlined card is a variation of the standard card component, often used to provide a lighter, more minimalist design.
223
-
Instead of a solid background or shadow, an outlined card uses a border to define its boundaries, giving it a cleaner and more refined appearance.
219
+
An outlined card is a variation of the standard card component, often used to provide a lighter, more minimalist design. Instead of a solid background or shadow, an outlined card uses a border to define its boundaries, giving it a cleaner and more refined appearance.
This type of interactive card is well-suited for use in applications where quick access to more information or actions is important, such as dashboards, or product catalogs.
240
-
For example, ont the website, users can tap anywhere on the card to open the full product page.
235
+
This type of interactive card is well-suited for use in applications where quick access to more information or actions is important, such as dashboards, or product catalogs. For example, ont the website, users can tap anywhere on the card to open the full product page.
Meshery is an open-source cloud-native management platform designed to help users manage, monitor, and optimize the performance of service meshes and their workloads.
51
+
Meshery is an open-source cloud-native management platform designed to help users manage, monitor, and optimize the performance of service meshes and their workloads.
Outlined cards are ideal for use in layouts that benefit from a subtle, modern look, such as in settings with light backgrounds where visual clarity is important.
144
-
They’re perfect for showcasing items like product listings, profiles, or dashboard summaries, as the minimal border keeps the focus on the content without adding
145
-
visual weight.
146
-
</p>
143
+
Outlined cards are ideal for use in layouts that benefit from a subtle, modern look, such as in settings with light backgrounds where visual clarity is important. They’re perfect for showcasing items like product listings, profiles, or dashboard summaries, as the minimal border keeps the focus on the content without adding visual weight.</p>
This type of interactive card is well-suited for use in applications where quick access to more information
156
-
or actions is important, such as dashboards, or product catalogs.
157
-
For example, ont the website, users can tap anywhere on the card to open the full product page.
152
+
This type of interactive card is well-suited for use in applications where quick access to more information or actions is important, such as dashboards, or product catalogs. For example, ont the website, users can tap anywhere on the card to open the full product page.
In usage, cards can incorporate secondary actions, like sharing, bookmarking, or viewing additional details,
167
-
which are typically placed separately from the main action area. This separation prevents accidental taps or clicks,
168
-
allowing users to clearly distinguish between the primary function of the card (like opening a detailed view) and other supporting actions.
161
+
In usage, cards can incorporate secondary actions, like sharing, bookmarking, or viewing additional details, which are typically placed separately from the main action area. This separation prevents accidental taps or clicks, allowing users to clearly distinguish between the primary function of the card (like opening a detailed view) and other supporting actions.
For card components, clear labeling helps define the purpose and hierarchy of each card,
181
-
making it easier for users to understand the content at a glance.
182
-
Labels, like titles or category tags, can indicate the main topic or action associated with each card,
183
-
improving navigation and usability within a grid of multiple cards.
173
+
For card components, clear labeling helps define the purpose and hierarchy of each card, making it easier for users to understand the content at a glance. Labels, like titles or category tags, can indicate the main topic or action associated with each card, improving navigation and usability within a grid of multiple cards.
184
174
</p>
185
175
186
176
<h3>Hierarchy and Visual Cues</h3>
187
177
<p>
188
-
Cards benefit from a clear hierarchy, using typography, spacing, and color to guide users through the content.
189
-
For instance, a card title in bold or larger text immediately draws attention, while secondary information is displayed
190
-
with subdued colors.
178
+
Cards benefit from a clear hierarchy, using typography, spacing, and color to guide users through the content. For instance, a card title in bold or larger text immediately draws attention, while secondary information is displayed with subdued colors.
191
179
</p>
192
180
193
181
<h3>Interactivity and Feedback</h3>
194
182
<p>
195
-
Cards often use hover effects, shadow adjustments, or subtle animations to indicate interactivity.
196
-
This feedback helps users identify clickable areas or interactive elements within the card, providing
197
-
a more engaging experience.
183
+
Cards often use hover effects, shadow adjustments, or subtle animations to indicate interactivity. This feedback helps users identify clickable areas or interactive elements within the card, providing a more engaging experience.
198
184
</p>
199
185
200
186
<h3>Consistency in Style and Layout</h3>
201
187
<p>
202
-
Cards should maintain a consistent style throughout an interface to ensure a unified look and feel.
203
-
Consistency in aspects like font sizes, padding, border radii, and color schemes helps cards blend naturally
204
-
into the overall UI design, improving readability and making interactions feel intuitive across
205
-
different screens or sections.
188
+
Cards should maintain a consistent style throughout an interface to ensure a unified look and feel. Consistency in aspects like font sizes, padding, border radii, and color schemes helps cards blend naturally into the overall UI design, improving readability and making interactions feel intuitive across different screens or sections.
Meshery is an open-source cloud-native management platform designed to help users manage, monitor, and optimize the performance of service meshes and their workloads.
60
+
Meshery is an open-source cloud-native management platform designed to help users manage, monitor, and optimize the performance of service meshes and their workloads.
61
61
</Typography>
62
62
</CardContent>
63
63
</CardActions>
@@ -69,7 +69,7 @@ const SistentCard = () => {
69
69
<CardActions>
70
70
<CardMedia
71
71
component="img"
72
-
height="90"
72
+
height="90"
73
73
image={KanvasLogo}
74
74
alt="Kanvas"
75
75
/>
@@ -89,17 +89,14 @@ const SistentCard = () => {
89
89
</CardActions>
90
90
</Card>
91
91
);
92
-
93
-
94
92
return(
95
93
<SistentLayouttitle="Card">
96
94
<divclassName="content">
97
95
<aid="Identity">
98
96
<h2>Card</h2>
99
97
</a>
100
-
<p>The Card component is a UI element used to encapsulate information or actions related to a single topic,
101
-
typically in a visually separated, easily digestible format. It often includes elements like images, text,
102
-
and buttons to present content and enable quick interactions without navigating away from the card.
98
+
<p>The Card component is a UI element used to encapsulate information or actions related to a single topic, typically in a visually separated, easily digestible format. It often includes elements like images, text, and buttons to present content and enable quick interactions without navigating away from the card.
99
+
103
100
</p>
104
101
<divclassName="filterBtns">
105
102
<TabButton
@@ -138,11 +135,7 @@ const SistentCard = () => {
138
135
</div>
139
136
<divclassName="main-content">
140
137
<p>
141
-
The card component is a versatile UI element commonly used in web and mobile applications.
142
-
It's designed to showcase content in a clean, concise, and visually organized manner.
143
-
Typically, a card groups related information, making it easy for users to digest and interact with.
144
-
It often includes an image or icon, title, description, and actionable buttons or links, all contained
145
-
within a defined boundary that makes it visually distinct.
138
+
The card component is a versatile UI element commonly used in web and mobile applications. It's designed to showcase content in a clean, concise, and visually organized manner. Typically, a card groups related information, making it easy for users to digest and interact with. It often includes an image or icon, title, description, and actionable buttons or links, all contained within a defined boundary that makes it visually distinct.
146
139
</p>
147
140
<aid="Types of Cards">
148
141
<h2>Types of Cards</h2>
@@ -151,8 +144,7 @@ const SistentCard = () => {
151
144
</p>
152
145
<h3>Outlined</h3>
153
146
<p>
154
-
An outlined card is a variation of the standard card component, often used to provide a lighter, more minimalist design.
155
-
Instead of a solid background or shadow, an outlined card uses a border to define its boundaries, giving it a cleaner and more refined appearance.
147
+
An outlined card is a variation of the standard card component, often used to provide a lighter, more minimalist design. Instead of a solid background or shadow, an outlined card uses a border to define its boundaries, giving it a cleaner and more refined appearance.
1. A card often lets users interact with its entire surface to trigger its main function,
166
-
whether it’s expanding, navigating to another screen, or activating some other behavior.
167
-
</p>
156
+
<p>1. A card often lets users interact with its entire surface to trigger its main function, whether it’s expanding, navigating to another screen, or activating some other behavior.</p>
2. Cards can also include secondary actions, which should be positioned away
176
-
from the primary action area to avoid unintentional interaction conflicts.
164
+
2. Cards can also include secondary actions, which should be positioned away from the primary action area to avoid unintentional interaction conflicts.
Cards may offer multiple actions, UI elements, and an overflow menu,
186
-
but it’s important to exercise restraint, as they are primarily designed to serve
187
-
as entry points to deeper and more comprehensive content.</p>
172
+
<p>
173
+
NOTE: Cards may offer multiple actions, UI elements, and an overflow menu, but it’s important to exercise restraint, as they are primarily designed to serve as entry points to deeper and more comprehensive content.
0 commit comments