Search for a command to run...
A placeholder animation to show while content is loading.
import { Skeleton } from "@/components/ui/skeleton" export default function Example() { return <Skeleton className="h-4 w-[200px]" /> }