Components
Loading preview...
Here is Button component
@jollyshopland
npx shadcn@latest add https://21st.dev/r/jollyshopland/button-1"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>
}