A dropdown menu that demonstrates aligning the popup to the start or end of its trigger and opening it to the side.
import { Dropdown12 } from "@/components/ui/dropdown-12"; export default function Default() { return ( <div className="flex min-h-64 w-full items-center justify-center p-8"> <Dropdown12 /> </div> ); }