The following examples show how to create floating components like context menus, tooltips, and modal windows
- a-ad-hoc-menus: show a menu component on right-click
- b-tooltips: a tooltip component that wraps a target string / component and displays a tooltip on hover
- c-modal: a modal component using
ReactDOM.createPortal()