---
name: MagaLoading
route: /components/maga-loading
menu: Components ⚡️
---

import { Playground, Props } from "docz";
import MagaLoading from "../index";
import "../styles/index.css";

# MagaLoading

> Componente de loading

## Properties

```
  [x: string]: any;
```

## Basic Usage

<Playground>
  <MagaLoading style={{ display: "block", position: "inherit" }} />
</Playground>
