Storytel / react-redux-spinner

An automatic spinner for react and redux
https://storytel.github.io/react-redux-spinner/
MIT License
81 stars 13 forks source link

Spinners with Id's #25

Open kingo999 opened 5 years ago

kingo999 commented 5 years ago

Hi , Is there a way to assign an Id to a spinner ? For instance if I do not want to start a nother spinner if one with that Id is already running ? The same goes for ending the spinner, do not end if the id count is 0. Tx

noseglid commented 5 years ago

I'm not quite sure what you're asking for here. Do you want to put a DOM id on the spinner component?

There is no support for multiple spinners in this project (yet, see #24).