Back to CompositionsImporting products... Step 2 of 4
LoadingState
FeedbackSkeleton loading placeholder with status text
Composed from
SpinnerTextBox
Example
Usage
import { LoadingState } from '@/components/polaris';
function Example() {
return (
<LoadingState
status="Loading products..."
progress="Step 2 of 4"
/>
);
}