mui / material-ui

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
https://mui.com/material-ui/
MIT License
94.03k stars 32.3k forks source link

[joy-ui][docs] The `overlay` property of the `Skeleton` component doesn't seem to have any effect #44373

Open ony3000 opened 1 week ago

ony3000 commented 1 week ago

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 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?

Context

No response

Search keywords: skeleton, overlay

siriwatknp commented 1 week ago

Thanks for reporting the issue! Joy UI development is temporarily on hold as the maintainers focus on the next two major releases of Material UI