Skip to content

Shortcut

Vinicius Reif Biavatti edited this page Sep 12, 2019 · 1 revision

Description

Shortcuts are a right text positioned by some text. This is common used in the dropdowns. Check the Turbo Vision example in the Examples page.

Code Examples

These are some examples for component:

<!-- Shortcut applied for dropdown item -->
<li>
    <a href="#!">
        <span>Open...</span>
        <span class="tui-shortcut">F3</span>
    </a>
</li>

Component Classes

This is the table with available classes for this component.

Class Description
.tui-shortcut Creates a right floated text
Clone this wiki locally