Hacker News new | ask | show | jobs
by westbrookjo 2627 days ago
You might be interested in https://github.com/bennypowers/stripe-elements Stripe v3 with Shadow DOM.
1 comments

Thanks I had actually seen this while looking into a workaround for us. However I thought that LitHTML elements only worked with other LitHTML elements since you need the correct bundler for it. StencilJS projects don't have any bundling system.
LitHTML and LitElement don't need a specific bundler, they work with whatever tools (or not) you'd like. You might want to get them another look!