Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 614 Bytes

File metadata and controls

16 lines (11 loc) · 614 Bytes

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.