Skip to content
On this page

mountedTeleport

When you need teleport to appear only after the component is mounted.

html
<MountedTeleport to="#slider-controls">
  <div>Some content here</div>
</MountedTeleport>
ts
import { MountedTeleport } from '@rozklad/usebox';