This repository was archived by the owner on Jan 6, 2026. It is now read-only.
Skeleton Components inside Stack doesn't display any output? #8431
|
I've been testing something with |
Answered by
hager-david
May 2, 2024
Replies: 1 comment
|
Put it inside a Box component, with minWidth, it worked for me:
|
0 replies
Answer selected by
amit-adnabu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Put it inside a Box component, with minWidth, it worked for me:
<Box minWidth="100px"> <SkeletonDisplayText size="small"></SkeletonDisplayText> </Box>