0.3.2 • Published 1 year ago

@ryohey/react-svg-spinners v0.3.2

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

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

PropertyOptionsDescription
widthstring, numberSpecifies the width of the spinner
heightstring, numberSpecifies the height of the spinner
colorstringColor of the spinner
durstring, numberDuration of spinner animation

Preview

License

MIT (c) 2022 Ephraim Atta-Duncan