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

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

Usage

import { undefined } from 'uxp/components';

Last updated