I tried doing imports like this, without an import map.
import "https://unpkg.com/[email protected]/utils/utils.esm.js?module"
import "https://unpkg.com/[email protected]/ripple/ripple.esm.js?module";
import Button from "https://unpkg.com/[email protected]/button/button.esm.js?module";
import InputText from "https://unpkg.com/[email protected]/inputtext/inputtext.esm.js?module";
The Ripple one looks for utils on latest
unfortunately instead of 3.4.0
. And latest at 2.X.X
now. So this doesn't work.