Here is Button component
"use client" import { Link } from "react-aria-components" import { buttonVariants } from "@/components/ui/button-1" export default function ButtonLink() { return <Link className={buttonVariants({ variant: "link" })}>Link</Link> }
Part of Jolly UI — browse the full library on 21st.dev.