# Loading

Show a simple loading animation indicator

## Installation

```tsx
import { Loading } from 'uxp/components';
```

## Signature

```tsx
const Loading: React.FunctionComponent<{}>
```
