Use ButtonLink for links with the same props as Button.
import { ButtonLink } from "@/components/ui/button-link"; export default function DefaultDemo() { return ( <div className="flex justify-between items-center gap-2"> <ButtonLink className="w-fit" href="#"> Sign Up </ButtonLink> </div> ); }
Part of Geist — browse the full library on 21st.dev.