Components
This design shows a Mario-style interaction. When the user long presses the question block at the top, Mario jumps upward, and a coin pops out of the block, mimicking the classic Super Mario game animation.
Loading preview...
import { Component } from "@/components/ui/mario-game";
export default function DemoOne() {
return <Component />;
}