A simple blue button that reveals a detailed anatomy breakdown with labels and highlights when hovered, turning into an interactive educational graphic.
import { Component } from "@/components/ui/anatomy-button"; export default function DemoOne() { return <Component />; }