WARNING! You are browsing the docs for an old version of TallStackUI. See the v4 docs.

Powerful suite of Blade components for TALL Stack apps.

Kbd

Kbd component.

WARNING!

You are browsing the docs for an old version of TallStackUI. Consider upgrade your project to TallStackUI v4.

Ctrl
<x-kbd text="Ctrl" />
Ctrl + C
<x-kbd text="Ctrl" /> + <x-kbd text="C" />
Ctrl Ctrl Ctrl Ctrl
<x-kbd text="Ctrl" xs />
<x-kbd text="Ctrl" sm />
<x-kbd text="Ctrl" md />
<x-kbd text="Ctrl" lg />

An option to remove the border and shadow for a minimal appearance.

Ctrl
<x-kbd text="Ctrl" borderless />

An option to display a tooltip on hover.

Esc
<x-kbd text="Esc" tooltip="Go back" />

An option to use custom content instead of text.

<x-kbd>
<x-icon name="arrow-up" class="h-4 w-4" />
</x-kbd>

Code highlighting provided by Torchlight