1.0.1-0 • Published 3 years ago

watney-loaders v1.0.1-0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

watney-loaders allows for customization of a React loader for asynchronous calls

Installation

Using NPM:

$ npm install --save-dev watney-loaders

Using yarn:

$ yarn add watney-loaders

Usage

Example

import { Loader, Ring } from 'watney-loaders';

export default function App = () => {
  return (
    <Loader>
      <Ring
        radius={50}
        color={"#EEEEEE"}
        strokeWidth={10}
        strokeLinecap={'round'}
      >
    </Loader>
  );
}

License

MIT License © 2021-present Kasaract (@Kasaract). All rights reserved.