Yes, my first solution was to add attributes, but I finally chose to add three slots inside my card component and export each section as a sub-component. So, I have a card, a card-header, and a card-footer, and the default slot of the card is the card-content.