0.3.1 • Published 2 years ago

react-svg-spinners v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2-test

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago