[Sistent] Add Card component documentation to Sistent components page#7450
[Sistent] Add Card component documentation to Sistent components page#7450shteypandey28-hue wants to merge 4 commits intolayer5io:masterfrom
Conversation
Signed-off-by: shteypandey28-hue <shteypandey28@gmail.com>
|
🚀 Preview for commit 52c24be at: https://69a86e69ad61d133e3a46095--layer5.netlify.app |
|
Hi maintainers, I have added the Card docs. Happy to make any changes if needed. @Rajesh-Nagarajan-11 |
|
I will look , please give me some time |
Signed-off-by: shteypandey28-hue <shteypandey28@gmail.com>
|
changes have been made , kindly check !!. |
|
🚀 Preview for commit af2971a at: https://69a884b656d2d14b0f8dc790--layer5.netlify.app |
| text: "Tooltip", | ||
| }, | ||
|
|
||
| { id: 121, link: "/projects/sistent/components/card", text: "Card" }, |
There was a problem hiding this comment.
Please ensure the navigation is added in the correct order: the card navigation should appear after the button group.
There was a problem hiding this comment.
Moved all 3 Card entries to the correct position:
fix that !! review it , kindly tell if any further assistant is needed.
Signed-off-by: shteypandey28-hue <shteypandey28@gmail.com>
|
kindly review @rishiraj38 ! |
|
🚀 Preview for commit 1b2d639 at: https://69aae05a4356a4d9e7cbc545--layer5.netlify.app |
|
|
||
| { id: 121, link: "/projects/sistent/components/card", text: "Card" }, | ||
| { id: 122, link: "/projects/sistent/components/card/guidance", text: "Card" }, | ||
| { id: 123, link: "/projects/sistent/components/card/code", text: "Card" }, |
There was a problem hiding this comment.
Please update the IDs and, as @saurabhraghuvanshii suggested, only add relevant changes.
Signed-off-by: shteypandey28-hue <shteypandey28@gmail.com>
|
🚀 Preview for commit 2339ccf at: https://69ab0cda3f9856171e38112c--layer5.netlify.app |



Description
This PR adds documentation for the Sistent Card component to the Sistent components page.
The documentation includes:
The implementation follows the same documentation pattern used by other Sistent components to maintain consistency across the documentation.
This resolves #5908.
Notes for Reviewers