Installation
Section titled “Installation”pnpm dlx shadcn@latest add pxl-ui/registry/skeleton
Install the following dependencies:
pnpm add @base-ui/react
Copy and paste the following code into your project.
Update the import paths to match your project setup.
import { Skeleton } from "@/components/ui/pxl/skeleton"<Skeleton className="h-5 w-25 rounded-full" />