/// Position of dropdown menu relative to the trigger widget.
///
/// Used by the `position` attribute on `<menu>` elements.
///
/// # Variants
///
/// * `Bottom` - Menu appears below the trigger (default)
/// * `Top` - Menu appears above the trigger
/// * `Left` - Menu appears to the left of the trigger
/// * `Right` - Menu appears to the right of the trigger