PromptBoxUploadButton
Component
Represents the PromptBox Upload Button component. Receives default props from the parent PromptBox component.
Definition
Package:@progress/kendo-react-conversational-ui
Syntax:
tsx
<PromptBox
uploadButtonConfig={false}
endAffix={(props) => (
<>
<PromptBoxUploadButton {...props.uploadButtonProps} />
<span>Custom content</span>
</>
)}
/>
Properties
props
PromptBoxUploadButtonProps intersected with RefAttributes<ButtonHandle>
The props of the PromptBoxUploadButton component.