JSPM

loader-bounce

1.0.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • 0
    • Score
      100M100P100Q33246F
    • License MIT

    Cute loader for react apps

    Package Exports

    • loader-bounce

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (loader-bounce) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    loader-bounce

    Simple loader component for react web apps

    Installation

    Using npm:

    npm install loader-bounce

    Demo

    Demo of loader

    Usage

    import Loader from 'loader-bounce'
    
    ...
    
    <Loader />

    You can also configure the height, width and color of the loader:

    import Loader from 'loader-bounce'
    
    ...
    
    <Loader height={'90px'} width={'90px'} color={'#007A71'}/>

    Default values

    prop value type
    height 50px string
    width 50px string
    color #66064A string