Skeleton
Skeleton is a Chord feedback component built from Base UI primitives and project tokens.
Skeleton
import Skeleton from "@/components/public/Skeleton";<div className="flex items-center gap-3"> <Skeleton className="size-10 rounded-full" /> <div className="flex flex-col gap-2"> <Skeleton className="h-3 w-40" /> <Skeleton className="h-3 w-24" /> </div></div>