-
I'm attempting to duplicate the documentation sites 'navigational cards'. I'm thinking that thee cards were not created with the
I'm pretty new to frontend development, so I apologize if my questions are non-sense or miss the mark. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @lordnynex , The component in the screenshot is a custom component built for this use case, not a Let me know if you have any other questions. Thank you! |
Beta Was this translation helpful? Give feedback.
Hey @lordnynex ,
thank you for reaching out.
The component in the screenshot is a custom component built for this use case, not a
<Card />
component. Let me share this example implementation with you. We also noticed overflowing corners on the<Container />
in this use case, which we are currently looking into as part of this PR.Let me know if you have any other questions.
Thank you!
Yueying