A comprehensive showcase of the reusable Button component with multiple variants, sizes, and interactive states. Fully responsive and accessible.
import { Component } from "@/components/ui/3d-button"; export default function DemoOne() { return <Component />; }