A task list where each row opens a right-click context menu to change status, set priority via a submenu, reassign, archive, or delete the task.
import Component from "@/components/ui/v-context-menu-15"; export default function Default() { return ( <div className="flex min-h-svh w-full items-center justify-center p-8"> <Component /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.