-
Notifications
You must be signed in to change notification settings - Fork 70
Window
Vinicius Reif Biavatti edited this page Sep 16, 2019
·
1 revision
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.
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>
This is the table with available classes for this component.
Class | Description |
---|---|
.tui-window |
Creates a tui window |
Copyright © 2022 Vinícius Reif Biavatti
- Home
- Getting Started
- Examples
- Custom Theme
- Contributing
- Showcase
- Components
- Styles