1.1.1 • Published 10 months ago

@inox-tools/portal-gun v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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()],
});
1.1.1

10 months ago

1.0.2

1 year ago

1.1.0

10 months ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.1

1 year ago

1.0.3

1 year ago

1.0.0-beta.0

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago