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
Is your feature request related to a problem? Please describe.
Skeleton screens are alike of splash screen which have different shapes and sizes are seemingly found everywhere across the web and apps which indicate that the client is fetching data(s). Instead of using spinner or blank screen, skeleton screens are perceived as being shorter in duration when compared against them, but not by much
Describe the solution you'd like
Support for skeleton screen while data is being fetched from server.
Describe alternatives you've considered
I think the best option is using skeleton provided by Material UI which is using import Skeleton from '@material-ui/lab/Skeleton' command
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Skeleton screens are alike of splash screen which have different shapes and sizes are seemingly found everywhere across the web and apps which indicate that the client is fetching data(s). Instead of using spinner or blank screen, skeleton screens are perceived as being shorter in duration when compared against them, but not by much
Describe the solution you'd like
Support for
skeleton
screen while data is being fetched fromserver
.Describe alternatives you've considered
I think the best option is using skeleton provided by
Material UI
which is usingimport Skeleton from '@material-ui/lab/Skeleton'
commandThe text was updated successfully, but these errors were encountered: