watney-loaders allows for customization of a React loader for asynchronous calls
$ npm install --save-dev watney-loaders$ yarn add watney-loadersimport { Loader, Ring } from 'watney-loaders';
export default function App = () => {
return (
<Loader>
<Ring
radius={50}
color={"#EEEEEE"}
strokeWidth={10}
strokeLinecap={'round'}
>
</Loader>
);
}MIT License © 2021-present Kasaract (@Kasaract). All rights reserved.