LoadingSpinner
Installation
import { LoadingSpinner } from 'uxp/components';Signature
const LoadingSpinner: React.FunctionComponent<{ message?: string, className?: string, spinnerOnly?: boolean, styles?: CSSProperties }>Last updated