I’ve created a card component (a container with border styles, a header, and sections) that gives me a foundation for quickly building different forms. Still, when I try to place a component (ie. a text field) inside a card component instance it automatically puts it outside.
The only workaround I can think of is creating a variant for the card with ALL the forms in our system, but I don’t want to do that as I need it to be flexible and work like building blocks. Do you know of any smart way to have a card component that can be used as the foundation to build different forms with different components inside?
This is what happens when I try to place different components inside the card/pane instance: