LoadingFeedback
Installation
import { LoadingFeedback } from 'uxp/components';Signature
const LoadingFeedback: React.FunctionComponent<LoadingFeedbackProps>Examples
tsx
<LoadingFeedback
show={isLoading}
message="Processing your request"
submessage="Please wait..."
progress={45}
/>Properties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated