Here is Button component
import { Loader2 } from "lucide-react" import { Button } from "@/components/ui/button-1" export default function ButtonLoading() { return ( <Button isDisabled> <Loader2 className="mr-2 size-4 animate-spin" /> Please wait </Button> ) }
Part of Jolly UI — browse the full library on 21st.dev.