a delete bin button which on hover shows a opened bin
import { Component } from "@/components/ui/delete-bin"; export default function DemoOne() { return <Component />; }