1,000,000IHS
900,000AAA
700,000KNM
550,000XLL
90,000RSS
75,000AAA
60,000CKL
1,000ABB
Installation
Section titled “Installation”pnpm dlx shadcn@latest add pxl-ui/registry/scores
Copy and paste the following code into your project.
Update the import paths to match your project setup.
import { Scores } from "@/components/ui/pxl/scores"const ITEMS = [ { description: "IHS", title: "1,000,000", avatar: "https://raw.githubusercontent.com/pxl-ui/registry/main/app/public/portraits/hero.png", }, { description: "AAA", title: "900,000", avatar: "https://raw.githubusercontent.com/pxl-ui/registry/main/app/public/portraits/hero.png", }, { description: "KNM", title: "700,000", avatar: "https://raw.githubusercontent.com/pxl-ui/registry/main/app/public/portraits/hero.png", }, { description: "XLL", title: "550,000", avatar: "https://raw.githubusercontent.com/pxl-ui/registry/main/app/public/portraits/hero.png", }, { description: "RSS", title: "90,000", avatar: "https://raw.githubusercontent.com/pxl-ui/registry/main/app/public/portraits/hero.png", }, { description: "AAA", title: "75,000", avatar: "https://raw.githubusercontent.com/pxl-ui/registry/main/app/public/portraits/hero.png", }, { description: "CKL", title: "60,000", avatar: "https://raw.githubusercontent.com/pxl-ui/registry/main/app/public/portraits/hero.png", }, { description: "ABB", title: "1,000", avatar: "https://raw.githubusercontent.com/pxl-ui/registry/main/app/public/portraits/hero.png", }]
<Scores items={ITEMS} />