[joy-ui][docs] The overlay
property of the Skeleton
component doesn't seem to have any effect
#44373
Labels
overlay
property of the Skeleton
component doesn't seem to have any effect
#44373
Related page
https://mui.com/joy-ui/api/skeleton/
Kind of issue
Other
Issue description
Hi! I'm writing a React component library that styles Joy UI components the Tailwind CSS way.
I recently implemented a Skeleton component, and while writing the API documentation and reviewing it again, I found that the
overlay
property has no effect on the style of the Skeleton.The API documentation says that when
overlay
istrue
, the position of the Skeleton becomesabsolute
, but it seems that the style is currently applied by setting thevariant
property tooverlay
.Did they miss removing the
overlay
property during the Joy UI patching process?Context
No response
Search keywords: skeleton, overlay
The text was updated successfully, but these errors were encountered: