react-spinners-kit icon indicating copy to clipboard operation
react-spinners-kit copied to clipboard

A collection of loading spinners with React.js

Results 24 react-spinners-kit issues
Sort by recently updated
recently updated
newest added

Solves: - https://github.com/dmitrymorozoff/react-spinners-kit/issues/13 - https://github.com/dmitrymorozoff/react-spinners-kit/issues/11 Tested it in my own app

Hi, loaders are nice, but your library is single js file. Size of this library is really bad. If i include just one component, it will bundle 117.6 kB of...

consider exporting everything as a [styled custom component](https://styled-components.com/docs/basics#styling-any-component) to allow me to do something like ``` styled.div` ${ImpulseSpinner} { position: absolute; width: 100%; height: 100%; } ` ```

I am using this library as a dependency for a private npm package I am developing. I noticed I was having an issue developing my package locally because a dependency...

Hey, awesome project and really love the spinners! Since I'm using styled-components on my project I get an error becuase react-spinners-kit ships it's own version of styled-components. Resulting in having...

Please add support for styled components 5.

I don't know the best way to explain this but if you open the examples page on ie11 and scroll down to the metrospinner. You will see that its rotating...

help wanted

I'm a maintainer of Bit and part of its open source community. i was looking for react spinners and landed on your github repo, so I decided to make its...

https://github.com/facebook/react/pull/16210 Due to deprecation of defaultProps, replaced default props to default value assignment.

When I tried to run project on my local system then I am getting this error and when I tried to install dependencies I am getting this npm ERR! code...