reiniergs / lwc-storybooks-poc

LWC Storybooks PoC
https://reiniergs.github.io/lwc-storybooks-poc/
50 stars 21 forks source link

Card component has issues with icon-name and actions slot #15

Open mitchspano opened 3 years ago

mitchspano commented 3 years ago

I think there may be some issues with the way that the card component renders.

1) When you give the card a value for icon-name, nothing else on the card is rendered. image

2) When the card does not have a value for icon-name, items in the actions slot are aligned to the left instead of the right, and they are under the card title, not aligned with it. image