-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Sistent Card Component #6196
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Anand-Theertha <anandtheerthav3@gmail.com>
🚀 Preview for commit cef7f5a at: https://6789dc13b28845a8c5456072--layer5.netlify.app |
Please check and let me know if it looks good: @sudhanshutech @Vidit-Kushwaha |
@Anand-Theertha adding it as an agenda item to the meeting minutes. |
@Vidit-Kushwaha please review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have provided some suggestions @Anand-Theertha kindly look into these comment. else look good to me @sudhanshutech any suggestions?
<Typography variant="h5" component="div"> | ||
Layer5 | ||
</Typography> | ||
<Typography sx={{ color: "#9d9d9d", fontSize: 15, mb: 1.5 }}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't use custom colors, font sizes in typography. Kindly look into sistent's theme that we use
</CardContent> | ||
</CardActions> | ||
<CardActions> | ||
<Button size="small" color="primary" variant="outlined"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import { CodeBlock } from "../button/code-block"; | ||
import { SistentLayout } from "../../sistent-layout"; | ||
|
||
import MesheryLogo from "../../../../../assets/images/meshery/meshery-logo-light-text-side.webp"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you are using logo make it sure you use for both themes (i.e. light and dark theme)
Description
This PR fixes #5908. This PR adds a Card component to the Sistent components. Made changes according to the feedback suggested. Following are a few screenshots of how the implementation looks:
Notes for Reviewers
Signed commits