How to display a skeleton component for a list component
I am using the skeleton component as part of Material UI's API: https://material-ui.com/components/skeleton/
It makes sense that you should make the skeleton look like the component that will be rendered soon. However, what if the skeleton is a for a list component that has an indeterminate amount of list items? What should my skeleton look like then?
Should it be a skeleton of 1 list item? 10 list items?