-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: implement MUI skeleton for loading assets/ components #136
Comments
Hey @ashuvssut, |
When was the skeleton component need to load. |
We have always used our custom for gif images, you can always put a conditional to show a skeleton compo and then show the image when it has loaded . For youtube player, you have to figure out this part. I have not put much thought for this one. Maybe checkout React Player docs to find out if there is a way to detect the loading state. |
Description
components/Image
global component. We load all out images using this Image component only.The text was updated successfully, but these errors were encountered: