The loading status is displayed above the content of the card.
1() => (2 <Card style={{ width: '500px', height: '200px' }}>3 <LoadingOverlay visible />4 content5 </Card>6)7