Replies: 1 comment
-
Thanks for your interest in the library. The So you will only render the skeleton if your data is loading. For example: <div>
{loading ? <Skeleton /> : data.userName}
</div> Here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There doesn't seem to be a prop you can use to manually notify the skeleton loader of the loading state (whether the content is loading or it has finished loading), so I'm wondering how the skeleton loader would be able to deduce when it should be visible.
Beta Was this translation helpful? Give feedback.
All reactions