UNPKG

@heroui/skeleton

Version:

Skeleton is used to display the loading state of some component.

7 lines (6 loc) 212 B
export { default as Skeleton, SkeletonProps } from './skeleton.mjs'; export { useSkeleton } from './use-skeleton.mjs'; import '@heroui/system'; import 'tailwind-variants'; import 'react'; import '@heroui/theme';