1.0.4 • Published 6 months ago

react-easy-loading-spinner v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@react-easy-loading-spinner

A beautiful and customizable React loading spinner component.

Installation

npm install react-easy-loading-spinner

Usage

import { Spinner } from '@react-easy-loading-spinner';

function App() {
  return <Spinner size={24} color="#3B82F6" speed={1} />;
}

Props

PropTypeDefaultDescription
sizenumber24Size of the spinner in pixels
colorstringcurrentColorColor of the spinner
classNamestring''Additional CSS classes
speednumber1Animation speed in seconds

License

MIT © Md Mizanur Rahman

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago