@skeleton-elements/react
Version:
Skeleton elements (aka UI Skeletons, Skeleton Screens, Ghost Elements) are representations of UI that will be available (loaded) soon. They are designed to improve perceived performance.
8 lines (6 loc) • 297 B
TypeScript
/* eslint-disable */
import SkeletonAvatar from './types/SkeletonAvatar';
import SkeletonBlock from './types/SkeletonBlock';
import SkeletonImage from './types/SkeletonImage';
import SkeletonText from './types/SkeletonText';
export { SkeletonAvatar, SkeletonBlock, SkeletonImage, SkeletonText };