New to KendoReact? Start a free 30-day trial
PromptBoxActionButton
PromptBoxActionButtonPremium
Updated on Feb 5, 2026
Represents the PromptBox Action Button component. Receives default props from the parent PromptBox component.
tsx
<PromptBox
actionButtonConfig={false}
endAffix={(props) => (
<>
<PromptBoxActionButton {...props.actionButtonProps} />
<span>Custom content</span>
</>
)}
/>
| Name | Type | Default | Description |
|---|---|---|---|
props |
|
The props of the PromptBoxActionButton component. |