red-hat-design-system icon indicating copy to clipboard operation
red-hat-design-system copied to clipboard

fix(card): hide header container when it's empty

Open bennypowers opened this issue 1 month ago • 3 comments

Fixes #1383

What I did

  1. hide empty containers

Testing Instructions

  1. /elements/card/demo/
  2. run this in js console
    $('rh-card').querySelector('h2').remove();
    
  3. observe that header container is hidden.

bennypowers avatar May 08 '24 09:05 bennypowers