You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this project is awesome
I use it to generate skeleton for web pages
However, when it comes to card shape skeleton with a border, content-loader could not build a outlined shape, such as
What did you expect to happen?
provide props for outline shape feature, generate rect before rect[role="presentation"] element, like
Hey @lawler61, very interesting issue; thanks for raising this question.
However, I'm wondering how many people have faced this issue before or would still face it. Maybe it's worth creating your own custom solution (like you did) instead of the package solving it and shipping more extra code to everybody else. Did you see my point?
Despite this point, how would you propose this change in the package? I'm thinking something like this:
<ContentLoaderbeforeMask={<rect.../>}>
// children
</ContentLoader>
What did you do?
Hi, this project is awesome
I use it to generate skeleton for web pages
However, when it comes to card shape skeleton with a border, content-loader could not build a outlined shape, such as
What did you expect to happen?
provide props for outline shape feature, generate rect before rect[role="presentation"] element, like
The text was updated successfully, but these errors were encountered: