Add Package
deno add jsr:@gymburgdorf/webcomponents
Import symbol
import { ComponentLight } from "@gymburgdorf/webcomponents/ComponentLight.js";
or
Import directly with a jsr specifier
import { ComponentLight } from "jsr:@gymburgdorf/webcomponents/ComponentLight.js";
Add Package
pnpm i jsr:@gymburgdorf/webcomponents
or (using pnpm 10.8 or older)
pnpm dlx jsr add @gymburgdorf/webcomponents
Import symbol
import { ComponentLight } from "@gymburgdorf/webcomponents/ComponentLight.js";
Add Package
yarn add jsr:@gymburgdorf/webcomponents
or (using Yarn 4.8 or older)
yarn dlx jsr add @gymburgdorf/webcomponents
Import symbol
import { ComponentLight } from "@gymburgdorf/webcomponents/ComponentLight.js";
Add Package
vlt install jsr:@gymburgdorf/webcomponents
Import symbol
import { ComponentLight } from "@gymburgdorf/webcomponents/ComponentLight.js";
Add Package
npx jsr add @gymburgdorf/webcomponents
Import symbol
import { ComponentLight } from "@gymburgdorf/webcomponents/ComponentLight.js";
Add Package
bunx jsr add @gymburgdorf/webcomponents
Import symbol
import { ComponentLight } from "@gymburgdorf/webcomponents/ComponentLight.js";