@matthewp/astro-renderer-webcomponent

A Web component renderer for Astro apps

Usage no npm install needed!

<script type="module">
  import matthewpAstroRendererWebcomponent from 'https://cdn.skypack.dev/@matthewp/astro-renderer-webcomponent';
</script>

README

Astro Web Component Renderer

This is a plugin for Astro apps that enables server-side rendering of custom elements.

Server-side rendering uses Declarative Shadow DOM, a new web technology that allows custom elements to be rendered to HTML with 0 JavaScript.