New to Kendo UI for Vue? Start a free 30-day trial

Customizing Prompt

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-prompt-textvar( --kendo-component-text, initial )
Description
The text color of the Prompt.
$kendo-prompt-bgvar( --kendo-component-bg, initial )
Description
The background color of the Prompt.
$kendo-prompt-bordervar( --kendo-component-border, initial )
Description
The border color of the Prompt.
$kendo-prompt-header-textvar( --kendo-component-text, initial )
Description
The text color of the Prompt header.
$kendo-prompt-header-bgvar( --kendo-component-bg, initial )
Description
The background color of the Prompt header.
$kendo-prompt-header-bordervar( --kendo-component-border, initial )
Description
The border color of the Prompt header.
$kendo-prompt-content-padding-ymap.get( $kendo-spacing, 4 )
Description
The vertical padding of the Prompt content.
$kendo-prompt-content-padding-xmap.get( $kendo-spacing, 4 )
Description
The horizontal padding of the Prompt content.
$kendo-prompt-content-spacingmap.get( $kendo-spacing, 4 )
Description
The spacing between the items of the Prompt content.
$kendo-prompt-content-textk-get-theme-color-var( neutral-190 )
Description
The text color of the Prompt content.
$kendo-prompt-content-bgk-get-theme-color-var( neutral-10 )
Description
The background color of the Prompt content.
$kendo-prompt-content-bordervar( --kendo-component-border, initial )
Description
The text border of the Prompt content.
$kendo-prompt-expander-spacingmap.get( $kendo-spacing, 2 )
Description
The spacing between the items of the Prompt content expander.
$kendo-prompt-suggestion-padding-ymap.get( $kendo-spacing, 2 )
Description
The vertical padding of the Prompt suggestion container.
$kendo-prompt-suggestion-padding-xmap.get( $kendo-spacing, 2 )
Description
The horizontal padding of the Prompt suggestion container.
$kendo-prompt-suggestion-border-radiusvar( --kendo-border-radius-md, #{$kendo-border-radius-md} )
Description
The border radius of the Prompt suggestion container.
$kendo-prompt-suggestion-textvar( --kendo-component-text, initial )
Description
The text color of the Prompt suggestion container.
$kendo-prompt-suggestion-bgvar( --kendo-component-bg, initial )
Description
The background color of the Prompt suggestion container.
$kendo-prompt-suggestion-bordervar( --kendo-component-border, initial )
Description
The border color of the Prompt suggestion container.
$kendo-prompt-suggestion-shadowk-elevation(1)
Description
The elevation of the Prompt suggestion container.

In this article

Not finding the help you need?