An alert dialog that warns a user they hit an API rate limit, with a live MM:SS countdown to automatic retry and an upgrade call to action.
import Pattern from "@/components/ui/rate-limit-alert-dialog"; export default function Default() { return ( <div className="flex min-h-[760px] w-full items-center justify-center p-6"> <Pattern defaultOpen /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.