web dev and digital artist making [email protected]

  • 11 Posts
  • 25 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle








  • Like others have said, these are Card components. Usually you’d create an empty low-level Card component that has basic props for different styles (rounded, flat, error, etc.), slots for the content inside, and event handlers for interaction. Then, if you wish, you could make another CardGroup component that can contain Card components and position them using flexbox or grid like the example you provided.

    Another possible name for these components would be List or ListItem