1.1.1 • Published 6 months ago

@inox-tools/portal-gun v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 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

6 months ago

1.0.2

10 months ago

1.1.0

6 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.1.1

12 months ago

1.0.3

9 months ago

1.0.0-beta.0

12 months ago

0.1.0

1 year ago

0.0.1

1 year ago