Here is Button component
import { Mail } from "lucide-react" import { Button } from "@/components/ui/button-1" export default function ButtonWithIcon() { return ( <Button> <Mail className="mr-2 size-4" /> Login with Email </Button> ) }
Part of Jolly UI — browse the full library on 21st.dev.