How to import shoelace into deno / hono.dev project?

31 Views Asked by At

For now I'm using:

 <script
          type="module"
          src="https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/cdn/shoelace.js"
 />

And I can use any <sl-... component. How to use shoelace as imported compoenents? Let's say I want to display all sl-icons on my page. If I using above approach I get errors (INSUFFICIENT_RESOURCES). Do you thing I can somehow use shoelace form my deno server?

insufficent resources

0

There are 0 best solutions below