Components
Flipped Menu brings a playful twist to navigation. When opened, the menu flips into view with a smooth 3D effect, like turning over a card. It adds a touch of depth and surprise that makes exploring your site feel a little more engaging.
Loading preview...
import { FlippedMenu } from "@/components/ui/flipped-menu"
function FlippedMenuDemo() {
return <FlippedMenu/>
}
export default {
FlippedMenuDemo,
}