Skip to main content
Version: Next

SelectionPopup

The SelectionPopup component anchors formatting actions to active selections.

Basic Usage

import { SelectionPopup } from '@editora/ui-react';

export function Example() {
return <SelectionPopup />;
}