npm.io
3.0.0 • Published 3d ago

@inox-tools/portal-gun

Licence
MIT
Version
3.0.0
Deps
4
Size
23 kB
Vulns
0
Weekly
0
Stars
141

InoxTools

Portal Gun

Transport HTML elements through your page during rendering using Portals.

Install

npm i @inox-tools/portal-gun

Add the integration to your astro.config.mjs:

// astro.config.mjs
import { defineConfig } from 'astro';
import portalGun from '@inox-tools/portal-gun';

export default defineConfig({
  integrations: [portalGun()],
});

Keywords