Skip to content

Latest commit

 

History

History

21-floating-components

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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