@ryohey/react-svg-spinners
v0.3.2
Published
> A collection of [SVG Spinners](https://github.com/n3r4zzurr0/svg-spinners) components for React.
Downloads
484
Maintainers
Readme
React SVG Spinners
A collection of SVG Spinners components for React.
Installation
npm install react-svg-spinners
Usage
import { Pulse } from "react-svg-spinners";
export default function App() {
return <Pulse />;
}
API
<SpinnerComponent />
Options
| Property | Options | Description | | -------- | ---------------- | ----------------------------------- | | width | string, number | Specifies the width of the spinner | | height | string, number | Specifies the height of the spinner | | color | string | Color of the spinner | | dur | string, number | Duration of spinner animation |
Preview
License
MIT (c) 2022 Ephraim Atta-Duncan