UNPKG

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 340 B
<div class="sc-expandable-box"> <input id="exb1" type="checkbox" class="sc-expandable-box__toggle"> <h3 class="sc-font-l sc-expandable-box__title"><label for="exb1" class="sc-expandable-box__label">Look ma, I am expandable!</label></h3> <div class="sc-expandable-box__content"> Hello Kitty! </div> </div>