Skip to content

ashur/demo-using-shared-webc-components

Repository files navigation

Using Shared WebC Components

This repo demonstrates how easy (and rad) it is to import external WebC components that have been installed via NPM.

<confetti-button
    text="It’s Confetti Time"
    webc:import="npm:@aaashur/demo-shared-webc-components"
></confetti-button>

Read more about why this is especially great for Eleventy projects that use statically generated components.

Demo

See a live demo of the imported component in action.