You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@derrickpelletier Any update here? This seems like a really basic feature, so perhaps we are missing something about the intended usage of your library.
I am trying to use https://github.com/davidhu2000/react-spinners
and when I use it, the spinner is not aligned with text
<LoadingOverlay active={!this.state.isLoaded} spinner={<PulseLoader color={"var(--bluePrimary)"} />} text="Loading data..." fadeSpeed={0} styles={{ wrapper: { width: "100%", height: "100%" } }} >
The text was updated successfully, but these errors were encountered: