APISkeletonOn this pageSkeletonSpecificationSkeleton is the main component of the library and all skeleton loaders and templates are built with it.UsageLive Editorfunction Example() { return ( <> <Skeleton height={30} style={{ marginBottom: 10 }} /> <Skeleton width={50} height={50} style={{ marginBottom: 10 }} rounded /> <Skeleton fromColor="#096464" toColor="#075151" width={200} height={45} /> </> ); }function Example() { return ( <> <Skeleton height={30} style={{ marginBottom: 10 }} /> <Skeleton width={50} height={50} style={{ marginBottom: 10 }} rounded /> <Skeleton fromColor="#096464" toColor="#075151" width={200} height={45} /> </> );}ResultLoading...PropsSkeleton supports all div html element props and: