Panelcomponent

Default

Lorem Ipsum
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

Custom color

Lorem Ipsum
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

Collapsible

Lorem Ipsum
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
Default
<div class="panel">
    <div class="panel-header">
        ...
    </div>
    <div class="panel-content">
        ...
    </div>
</div>

Colorize
<div class="panel">
    <div class="panel-header bg-lightBlue fg-white">
        ...
    </div>
    <div class="panel-content">
        ...
    </div>
</div>

Collapsible
<div class="panel" data-role="panel">
    <div class="panel-header">
        ...
    </div>
    <div class="panel-content">
        ...
    </div>
</div>