Installation
Section titled “Installation”pnpm dlx shadcn@latest add pxl-ui/registry/widget-area
Copy and paste the following code into your project.
Update the import paths to match your project setup.
import { WidgetArea } from "@/components/ui/pxl/widget-area"<WidgetArea size="sm" />Widget Area vs Anchor Grid
Section titled “Widget Area vs Anchor Grid”Use Widget Area to display your widgets in desktop or floating setups. For full screen scenarios, use Anchor Grid instead.
Use the size prop to change the size of the widget.