}
content={
The popup is rendered {position} the trigger
aligned to the {align}.
}
/>
);
};
export default PopupExamplePosition;
const positionAndAlignValues = [
'above-start',
'above-center',
'above-end',
'below-start',
'below-center',
'below-end',
'before-top',
'before-center',
'before-bottom',
'after-top',
'after-center',
'after-bottom',
];
const icons: Record