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