Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ernilambar/spinno
Minimal React Spinner
https://github.com/ernilambar/spinno
react react-component
Last synced: 17 days ago
JSON representation
Minimal React Spinner
- Host: GitHub
- URL: https://github.com/ernilambar/spinno
- Owner: ernilambar
- Created: 2023-06-05T11:39:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-08T07:23:18.000Z (over 1 year ago)
- Last Synced: 2024-05-28T14:12:25.349Z (5 months ago)
- Topics: react, react-component
- Language: JavaScript
- Homepage:
- Size: 591 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spinno
[npm_url]: https://www.npmjs.org/package/spinno
Minimal React Spinner
## Installation
```bash
npm install --save spinno
```## Usage
```jsx
import { Spinno } from 'spinno';```
## Defaults
- **size**: `16`
- **color**: `#333333`
- **animationDuration**: `2`
- **animationTimingFunction**: `linear`