himself65 / npm-download-stat

https://npm-stat.link
MIT License
67 stars 6 forks source link

Search button loading spinner/disabled on form submission #20

Closed T1LT closed 10 months ago

T1LT commented 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.

himself65 commented 10 months ago

nice to have, I haven't tried that

T1LT commented 10 months ago

perfect, will create a PR in a bit!

himself65 commented 10 months ago

We can use existing component from

import { PiSpinnerGapBold } from "react-icons/pi";
T1LT commented 10 months ago

ooh got it, will do