showcar-ui
Version:
Showcar-ui is the pattern library that is used to build the frontend of AutoScout24. It provides CSS classes, custom elements and components.
8 lines • 368 B
HTML
<div class="sc-expandable-box sc-expandable-box--adaptive">
<input id="exb3" type="checkbox" class="sc-expandable-box__toggle">
<h3 class="sc-font-l sc-expandable-box__title"><label for="exb3" class="sc-expandable-box__label">Look ma, I am
expandable!</label></h3>
<div class="sc-expandable-box__content">
Hello Kitty!
</div>
</div>