A Microsoft-style badge button with a subtle animated shadow that creates a 3D pop-out effect, making it feel more tactile and clickable.
import { Component } from "@/components/ui/microsoft-button"; export default function DemoOne() { return <Component />; }