Skeleton loader vs spinner loader #2022
-
Hi team, I wonder does DSYS has any recommendations on when to use the skeleton loader vs spinner loader? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @charleneyjh1! Our general guidance is that spinners should go inside of already-rendered components, like a Button for example, when an action is being performed, but shouldn't be a stand-in for an entire UI that hasn't rendered yet. In that case, our suggestion is going with Skeleton Loader. We also plan to have a Loading Pattern early next year, keep an eye out for that, and feel free to contribute to it as well! |
Beta Was this translation helpful? Give feedback.
Hi @charleneyjh1! Our general guidance is that spinners should go inside of already-rendered components, like a Button for example, when an action is being performed, but shouldn't be a stand-in for an entire UI that hasn't rendered yet. In that case, our suggestion is going with Skeleton Loader.
We also plan to have a Loading Pattern early next year, keep an eye out for that, and feel free to contribute to it as well!