the mail box opens on click
import { Component } from "@/components/ui/mail-box"; export default function DemoOne() { return <Component />; }