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
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| themeOverride | String|Object|Array | null | A partial theme object merged with the component's default theme; accepts a class string, class array, or theme object. | |
| class | import('vue').HTMLAttributes['class'] | undefined | Additional CSS classes to apply to the root element. |
Slots
| Name | Scoped | Description |
|---|---|---|
default | ||
start | start Leading hint group; render Kbd/KbdGroup and label spans. | |
end | end Trailing hint, typically the dismiss affordance. |
Source
client/lib/controls/command/CommandFooter.vue