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