An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# mx-spinner

> MxSpinner Component

[![NPM](https://img.shields.io/npm/v/mx-spinner.svg)](https://www.npmjs.com/package/mx-spinner) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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)