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 is true, the position of the Skeleton becomes absolute, but it seems that the style is currently applied by setting the variant property to overlay.
Did they miss removing the overlay property during the Joy UI patching process?
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