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

Description

The tui window component is almost the most used component for multiple windows application. It is normally used with a internal fieldset. Check the Fieldset page for a documentation. By default, tui windows have a shadow to create a float illusion. Check the Examples page to find some examples with windows and panels.

Code Examples

These are some examples for component:

<!-- Basic -->
<div class="tui-window">
    ...
</div>

<!-- With fieldset -->
<div class="tui-window">
    <fieldset class="tui-fieldset">
        <legend>Window</legend>
        ...
    </fieldset>
</div>

Component Classes

This is the table with available classes for this component.

Class Description
.tui-window Creates a tui window
Clone this wiki locally