A multi-select checkbox list for picking issue labels, each with a colored dot and a live count of selected items.
import Pattern from "@/components/ui/v-checkbox-8"; export default function Default() { return ( <div className="flex min-h-svh w-full items-center justify-center p-8"> <Pattern /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.