Context menu with hold to click and text input hidden
Full credits to : https://github.com/haaarshsingh https://ui.harshsingh.xyz/inline-dropdown
// This is file with demos of your component // Each export is one usecase for your component import { Component } from "@/components/ui/inline-dropdown"; const DemoOne = () => { return <Component />; }; export { DemoOne };