UNPKG

modulerizr

Version:

Integrate a powerful, component based architecture to your legacy project in just a few steps

5 lines 185 B
<template name="hello-world-slot-named"> <span><slot name="before">Before Text</slot></span> <span>Hello</span> <span><slot name="after">After Text</slot></span> </template>