chore: v11 ExpandableTile

Note that state labels `tileCollapsedLabel` and `tileExpandedLabel` are no longer supported.
This commit is contained in:
Gregor Wassmann 2023-03-27 16:49:15 +02:00 committed by Enrico Sacchetti
commit ee55f2ba36
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
5 changed files with 2 additions and 44 deletions

View file

@ -12,11 +12,7 @@
<div slot="below" style="height: 10rem">Below the fold content here</div>
</ExpandableTile>
<ExpandableTile
light
tileExpandedLabel="View less"
tileCollapsedLabel="View more"
>
<ExpandableTile light>
<div slot="above" style="height: 10rem">Above the fold content here</div>
<div slot="below" style="height: 10rem">Below the fold content here</div>
</ExpandableTile>