This repository was archived by the owner on Sep 11, 2026. It is now read-only.
Replies: 2 comments 3 replies
|
I am faced with the same issue ... :-( |
0 replies
|
Every card is purely composable now to allow builders to be more creative. The idea is that you use the Box component along with layout components like BlockStack / InlineStack to create layout within the card so there's no one way to migrate that we can document. There are plenty of examples of how we use the new Card Here's a sandbox that closely matches the example you have above. I'm closing this discussion for now. In the future please create issues over discussions for this sort of thing |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
I looked through the version 10 to 11 migration guide for the Polaris package, as well as the component documentation, and it isn't clear to me how to migrate to the new
Cardcomponent for past usage ofCard.Sectionstructures?For example, this taken from the documentation for what is now
LegacyCard:All reactions