# Position

Supported positions for rendering the dropdown relative to the button. Format: `<vertical>-<horizontal>`

* `top-left`
* `top-center`
* `top-right`
* `bottom-left`
* `bottom-center`
* `bottom-right`

## Definition

```tsx
type Position = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right';
```

## Usage

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