A pinned items list with toggle-to-pin behavior; pinned items sort to top.
Loading preview...
import PinList from "@/components/ui/pinlist" export default function Demo() { return <PinList /> }