UNPKG

@s-ui/react-atom-skeleton

Version:

Display the loading state of a component while avoiding layout shift

10 lines 217 B
export var BASE_CLASS = 'sui-AtomSkeleton'; export var ATOM_SKELETON_ANIMATIONS = { wave: 'wave', pulse: 'pulse' }; export var ATOM_SKELETON_VARIANTS = { round: 'round', circle: 'circle', square: 'square' };