Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 580 Bytes

File metadata and controls

13 lines (8 loc) · 580 Bytes

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