A collection of SVG Spinners components for React.
npm install react-svg-spinners
import { Pulse } from "react-svg-spinners";
export default function App() {
return <Pulse />;
}
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 |
MIT (c) 2022 Ephraim Atta-Duncan