-
Notifications
You must be signed in to change notification settings - Fork 70
Panel
Vinicius Reif Biavatti edited this page Sep 10, 2019
·
1 revision
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.
These are some examples for component:
<div class="tui-panel">
<div class="tui-panel-header">
...
</div>
<div class="tui-panel-content">
...
</div>
</div>
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 |
Copyright © 2022 Vinícius Reif Biavatti
- Home
- Getting Started
- Examples
- Custom Theme
- Contributing
- Showcase
- Components
- Styles