react-spinners
react-spinners copied to clipboard
A collection of loading spinner components for react
**Package Version** 0.13.8 I'm trying to size the PacmanLoader using CSS units of em. When I do this, I observe the spinner has no height because font-size is set to...
0.13.8 Upon loading the page where a loader is immediately shown - the loader takes about a second to start spinning. **Describe the bug** **To Reproduce** I have no idea...
While experimenting with NextJS 13, and playing around with React `` I realized that the animation for all `react-spinners` components are not working. ``` ```
Currently, the cooor prop runs through a custom function that validates the color is valid. Maybe worth looking into if we can utilize the css typings to auto verify it.
**Package Version 0.13.6** **Describe the bug** I have a caption that is supposed to be rendered underneath the pacman loader, but the pacman's head overlaps with nearby content; **To Reproduce**...
**Is your feature request related to a problem? Please describe.** I try to use the spinners in my react native project but it don't work :O **Describe the solution you'd...
# What changes are introduced? HashLoader didn't accept rgb or rgba color (issue https://github.com/davidhu2000/react-spinners/issues/582). I have added a new function that handles rgb color strings. According to the docs in...
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.11 to 6.2.1. Release notes Sourced from tar's releases. v6.1.13 6.1.13 (2022-12-07) Dependencies cc4e0dd #343 bump minipass from 3.3.6 to 4.0.0 v6.1.12 6.1.12 (2022-10-31) Bug Fixes 57493ee...
**Package Version** 0.13.4 **Describe the bug** The `MoonLoader` component does some math internally to compute the correct border width for the spinner + the overall container size. The magic number...
**Package Version** 0.13.8 **Describe the bug** When assigning rgb color to HashLoader like this `` only 2 lines are visible and animating. (corresponding HEX value #abc186 works fine) **To Reproduce**...