1.0.7 • Published 1 year ago

react-bounce-ball-loader v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-bounce-ball-loader

A small loader with bouncing balls built using syled components.

Import and Usage

import { BounceBallLoader } from 'react-bounce-ball-loader';

Example Usage:

const Component = () => {
    const [isLoading, setIsLoading] = useState(true);
    return (
        <>
            {isLoading && <BounceBallLoader />}
        </>
    );
}
1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4-test

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago