watney-loaders

1.0.1-0 • Public • Published

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.

Package Sidebar

Install

npm i watney-loaders

Weekly Downloads

1

Version

1.0.1-0

License

MIT

Unpacked Size

7.68 kB

Total Files

12

Last publish

Collaborators

  • kasaract