# Sleep

Sleep for a specified number of milliseconds

## Component Signature

```
<bx:Sleep time=[any] />
```

### Attributes

| Atrribute | Type  | Required | Description                         | Default |
| --------- | ----- | -------- | ----------------------------------- | ------- |
| `time`    | `any` | `true`   | The number of milliseconds to sleep |         |

## Examples
