Skip to content

CommandFooter

Overview

A chin below CommandList that surfaces keyboard-navigation hints and custom action labels. The default slot replaces the layout entirely; the named start and end slots fill the leading hint group and the trailing hint.

Theme entry: CommandFooter

Props

NameTypeRequiredDefaultDescription
themeOverrideString|Object|ArraynullA partial theme object merged with the component's default theme; accepts a class string, class array, or theme object.
classimport('vue').HTMLAttributes['class']undefinedAdditional CSS classes to apply to the root element.

Slots

NameScopedDescription
default
startstart Leading hint group; render Kbd/KbdGroup and label spans.
endend Trailing hint, typically the dismiss affordance.

Full slot reference

Source

client/lib/controls/command/CommandFooter.vue

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2