SkeletonOpen inA placeholder component for loading states.Preview Usage import { Skeleton } from '@vitnode/core/components/ui/skeleton'; <div className="flex items-center space-x-4"> <Skeleton className="h-12 w-12 rounded-full" /> <div className="space-y-2"> <Skeleton className="h-4 w-[250px]" /> <Skeleton className="h-4 w-[200px]" /> </div> </div>SheetA sheet component for displaying additional content in a modal-like overlay.SonnerA toast notification component for displaying messages to users.