react-loading-skeleton
Advanced tools
Changelog
3.4.0
z-index: 1
from the skeleton. This was a Safari-specific workaround that is no longer necessary in the latest versions of the browser. (#216)Changelog
3.3.0
"moduleResolution": "nodenext"
compiler option. (#187)Changelog
3.2.1
user-select: none
so that it cannot be selected. (#179)Changelog
3.2.0
prefers-reduced-motion
accessibility setting.Changelog
3.1.1
'use client'
directive to make the library compatible with React Server Components and Next.js 13. (#162)Changelog
3.1.0
count
is set to a decimal number like 3.5, the component will display 3 full-width skeletons followed by 1 half-width skeleton. (#136)Changelog
3.0.3
Changelog
3.0.2
Skeleton
prop to undefined, like <Skeleton highlightColor={undefined}>
, blocking style options from the SkeletonTheme
(#128)
SkeletonTheme
, you can render a nested SkeletonTheme
to override a theme defined higher up in the component tree, OR explicitly set one or more Skeleton
props back to their default values e.g. <Skeleton baseColor="#ebebeb" />