Components
Loading preview...
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>
)
}
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Part of Jolly UI — browse the full library on 21st.dev.