better-react-spinkit icon indicating copy to clipboard operation
better-react-spinkit copied to clipboard

A collection of loading indicators for React

Results 10 better-react-spinkit issues
Sort by recently updated
recently updated
newest added

The `latest` tag points to the four-year-old version [`v2.0.4`](https://github.com/bentatum/better-react-spinkit/tree/v2.0.4) (see e.g. [here](https://yarnpkg.com/package/better-react-spinkit) or `npm dist-tag ls`). This should probably be changed in order to include the most recent changes. Please...

Currently, better-react-spinkit requires whole lodash which increases the size of the bundle unnecessarily. Instead, use specific modules: `lodash.memoize` and `lodash.range` https://github.com/bentatum/better-react-spinkit/search?utf8=%E2%9C%93&q=lodash&type=

New props are: - borderStyle: optional border styling - spacing: space between the cubes.

``` index.js:2178 Warning: React does not recognize the `columnWidth` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it...

Hey everyone, i am playing around with the FoldingCube spinner and was wondering if it would be possible to pass some sort of style props to it like border-color. this...

Plugging in a `` into my web app, it aligns left. Appears the only place where I can get it to center is if I put "margin:auto;" in the ``...

I'm getting warnings from yarn as below: ``` warning "[email protected]" has unmet peer dependency "prop-types@^15.5.8". warning "[email protected]" has incorrect peer dependency "react@^15.5.4". ``` Would be nice if the package was...

Hi, Great work. When using `childContextTypes` only color and size props work. I think it is because those two props are the only props defined in the [util defaults](https://github.com/bentatum/better-react-spinkit/blob/master/src/util/defaults.js). https://github.com/bentatum/better-react-spinkit/blob/master/src/Wave/index.js#L102

I'm using chromium on X and the CubeGrid animation works for the most part. However, the cubes periodically grow to about 20x their intended size from a moment creating a...

The above error always shows when using this library. Particularly, in my case, with FoldingCube.