Closed T1LT closed 10 months ago
Would love to see a loading spinner to indicate the pending status of the form submission. Planning on implementing this with the useFormStatus hook from react-dom - source Can open a PR if you want me to.
nice to have, I haven't tried that
perfect, will create a PR in a bit!
We can use existing component from
import { PiSpinnerGapBold } from "react-icons/pi";
ooh got it, will do
Would love to see a loading spinner to indicate the pending status of the form submission. Planning on implementing this with the useFormStatus hook from react-dom - source Can open a PR if you want me to.