_ActionBanner
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| theme | func | yes | Parent theme resolver, usually returned from useTheme(...). | |
| icon | func | yes | Parent icon resolver, usually returned from useIcons(...). | |
| iconName | string | yes | Icon registry name to render in the leading tile. | |
| title | string | yes | Banner title. | |
| description | string | undefined | Optional paragraph description rendered below the title. | |
| descriptionThemeKey | string | "bannerDesc" | Parent theme key for the description paragraph. | |
| bannerQa | string | yes | QA hook for the banner root. | |
| titleQa | string | yes | QA hook for the title. | |
| descriptionQa | string | undefined | QA hook for the description. |
Slots
description
Slot.
default
Slot.
Source
client/lib/views/_ActionBanner.vue