https://github.com/maxicorrea/mx-spinner
Material UI v4 Spinner Component
https://github.com/maxicorrea/mx-spinner
material-ui npm-package react react-component-library typescript
Last synced: 5 months ago
JSON representation
Material UI v4 Spinner Component
- Host: GitHub
- URL: https://github.com/maxicorrea/mx-spinner
- Owner: MaxiCorrea
- Created: 2022-11-26T06:50:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T22:27:55.000Z (almost 3 years ago)
- Last Synced: 2025-07-04T12:07:52.562Z (9 months ago)
- Topics: material-ui, npm-package, react, react-component-library, typescript
- Language: TypeScript
- Homepage:
- Size: 427 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mx-spinner
> MxSpinner Component
[](https://www.npmjs.com/package/mx-spinner) [](https://standardjs.com)
## Install
```bash
npm install --save mx-spinner
```
## Usage
```tsx
import React from 'react'
import { MxSpinner } from 'mx-spinner'
const App = () => {
return
}
export default App
```
## License
MIT © [MaxiCorrea](https://github.com/MaxiCorrea)