SelectionPopup
The SelectionPopup component anchors formatting actions to active selections.
Basic Usage
import { SelectionPopup } from '@editora/ui-react';
export function Example() {
return <SelectionPopup />;
}
The SelectionPopup component anchors formatting actions to active selections.
import { SelectionPopup } from '@editora/ui-react';
export function Example() {
return <SelectionPopup />;
}