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