Components
Loading preview...
Context menu with hold to click and text input hidden Full credits to : https://github.com/haaarshsingh https://ui.harshsingh.xyz/inline-dropdown
npx shadcn@latest add https://21st.dev/r/al11o/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 };