@zicklag/portal-vue

1.2.1 • Public • Published

PortalVue

A Portal Component for Vuejs, to render DOM outside of a component, anywhere in the document.

PortalVue Logo

For more detailed documentation and additional Information, please visit the docs

Installation

npm install --save portal-vue

// in .js
import PortalVue from 'portal-vue'
Vue.use(PortalVue)

Usage

<portal to="destination">
  <p>This slot content will be rendered wherever the <portal-target> with name 'destination'
    is  located.</p>
</portal>

<portal-target name="destination">
  <!--
  This component can be located anwhere in your App.
  The slot content of the above portal component will be rendered here.
  -->
</portal-target>

Readme

Keywords

none

Package Sidebar

Install

npm i @zicklag/portal-vue

Weekly Downloads

2

Version

1.2.1

License

MIT

Last publish

Collaborators

  • zicklag