Skip to content
Vinicius Reif Biavatti edited this page Sep 10, 2019 · 1 revision

Description

The panel is like the Window component, but it considers that the fieldset will not be applied for this. Panels have a way to control the header and body content of the element. Take a look in the Window and Panel in the Examples.

Code Examples

These are some examples for component:

<div class="tui-panel">
    <div class="tui-panel-header">
        ...
    </div>
    <div class="tui-panel-content">
        ...
    </div>
</div>

Component Classes

This is the table with available classes for this component.

Class Description
.tui-panel Creates a panel
.tui-panel-header Creates a panel header
.tui-panel-content Creates a panel body