Aspect Ratio: 16 / 9
Width: 2560px
Height: 1440px
Installation
Section titled “Installation”pnpm dlx shadcn@latest add pxl-ui/registry/displays/wqhd
Include the following CSS vars in your Tailwind main file
@theme { --aspect-wqhd: 16 / 9; --display-width-wqhd: 2560px; --display-height-wqhd: 1440px;}<div className="display aspect-wqhd display-size-wqhd"></div>