-
Notifications
You must be signed in to change notification settings - Fork 70
Status Bar
Vinicius Reif Biavatti edited this page Mar 15, 2023
·
1 revision
The status bar component represents some quick actions or shows some texts to the user. The BIOS or Turbo Vision examples have a status bar. Check the Examples.
These are some examples for component:
<!-- Example -->
<div class="tui-statusbar">
<ul>
<li><a href="#!"><span class="red-168-text">F1</span> Help</a></li>
<span class="tui-statusbar-divider"></span>
<li><a href="#!"><span class="red-168-text">F10</span> Menu</a></li>
...
</ul>
</div>
This is the table with available classes for this component.
Class | Description |
---|---|
.tui-statusbar |
Creates a status bar |
.tui-statusbar-divider |
Creates a vertical status bar divider |
Copyright © 2022 Vinícius Reif Biavatti
- Home
- Getting Started
- Examples
- Custom Theme
- Contributing
- Showcase
- Components
- Styles