You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the discussion in #2391, I believe the name actAsExpander is very confusing. Yet I do not know what to change it to.
Just to clarify, setting actAsExpander to true changes the CardHeader so that clicking everywhere will expand the Card. While setting it to false forces expansion only through the icon on the right.
The text was updated successfully, but these errors were encountered:
The actAsExpander property was removed on the next branch. Nathan have turned that feature inside-out. We are now exposing a Collapse component to implement it. It's much better.
For instance:
After the discussion in #2391, I believe the name
actAsExpander
is very confusing. Yet I do not know what to change it to.Just to clarify, setting
actAsExpander
totrue
changes theCardHeader
so that clicking everywhere will expand theCard
. While setting it tofalse
forces expansion only through the icon on the right.The text was updated successfully, but these errors were encountered: