Animated shimmer skeleton placeholder for a form layout with labeled input fields, a textarea, and action buttons.
import Particle from "@/components/ui/v-skeleton-12"; export default function Default() { return ( <div className="flex min-h-svh w-full items-center justify-center bg-background p-8 text-foreground"> <Particle /> </div> ); }