A component that indicates a loading state.
npx @rahimstack@latest add skeleton
const SkeletonAnatomy = defineStyleAnatomy({ root: cva([ "UI-Skeleton__root", "animate-pulse rounded-md bg-[--subtle] w-full h-12", ]), })