Teleport Component
... Less than 1 minute
# Teleport Component
Teleport was designed to facilitate moving content and components out of their inner node tree with ease... This is a poweful new feature of vue and mirrors almost exactly what react calls portals
Although react uses portals this component should not be confused with HTML's new native portal
(opens new window) element. Likely react will end up changing the portal component name due to this conflict.
# Common Teleport Use Case
- Modals
- Resolves all the odd z-idex and clickjacking issues
- Toast Notifications
- Same reason as modals
- ToolTips
- Floating Menus
- Games???