TAMULib / weaver-components

Custom Web Components for the Weaver UI
MIT License
0 stars 1 forks source link

Issue 445: Weaver Card Should Support Expand/Collapse on Card Header click. #446

Closed kaladay closed 2 years ago

kaladay commented 2 years ago

resolves #445

This provides a basic implementation with two attributes:

  1. collapse-method
  2. start-collapsed

The collapse-method is either none or click (allowing for the possibility of more such as hover) (defaults to none). The start-collapsed is a boolean (either true or false) and defaults to false.