Skeleton Components inside Stack doesn't display any output? #8431
-
I've been testing something with
|
Beta Was this translation helpful? Give feedback.
Answered by
hager-david
May 2, 2024
Replies: 1 comment
-
Put it inside a Box component, with minWidth, it worked for me:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
amit-adnabu
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Put it inside a Box component, with minWidth, it worked for me:
<Box minWidth="100px"> <SkeletonDisplayText size="small"></SkeletonDisplayText> </Box>