Skip to content

Files

21-floating-components

21 Ext JS to React: Floating Components

The following examples show how to create floating components like context menus, tooltips, and modal windows

Example Projects

  • 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()

Related Blog Article

Ext JS to React: Floating Components