UNPKG

@vanillawc/wc-include

Version:

A vanilla web component for including external media

12 lines (9 loc) 192 B
<!DOCTYPE html> <html> <head> <script type="module" src="node_modules/@vanillawc/wc-include/index.js"></script> </head> <body> <wc-include src="sample.html"></wc-include> </body> </html>