Create list items from card component on mobile device?

is it possible to create list items from cards, on mobile device? (withoud using mediaquery and 2 different components… :D)

Not really, you have to:
a) use different components and hide/show them on media query
b) use for example List, and using media query apply a bunch of styles so list items look like a cards

1 Like

is there a f7 support for this? or i should go with external library?