MynduiMyndui
0

Shimmer Button

tsx
import { ShimmerButton } from "@/components/myndui/shimmer-button";export function ShimmerButtonDemo() {return <ShimmerButton variant="primary">Get started</ShimmerButton>;}