How can I implement using Compose these modern, subtle Card components, seen in updated Google apps?
They don't have border, they are a little bit elevated, with a subtle shadow behind. I tried fiddling with modifiers on standard Card, but didn't come close to this result.
Similar versions of them (elevated Filled
?) appear on Material Design 3.0 docs, but its implementation is not yet available for Compose.
If you want a complete tutorial, follow this Material 3 Card article.
The Material 3 card is similar to Material 2.
Example:
Output: