Here is Button component
import { Button } from "@/components/ui/button-1"; import { ArrowRightIcon } from "lucide-react"; export default function Component() { return ( <Button variant="link"> Read more <ArrowRightIcon /> </Button> ); }
Part of Spectrum UI — browse the full library on 21st.dev.