python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How can I use SCSS in Web Components?
I'm using lit.dev to try to set up some Web Components.
However, I also want to use Bootstrap as a jumping off point for my styles, and take advantage of the themeing, variables, and mixins they provi...
user3183717
Votes: 0
Answers: 0
How to propagate property value down to a child of a LitElement
I want to compose a LitElement widget from two other widgets.
The basic idea would be that one "selector" widget selects something, send an event to its parent "mediator" one, whic...
nojhan
Votes: 0
Answers: 1
CodeMirror6 in Vaadin 14 & Lit
I created a simple LitElement with CodeMirror6 I can see the Editor, but when I call the same LitElement in Vaadin , the styling is completely gone.
I have tried both 14 and 23. Same issue.
CodeMirror...
K D
Votes: 0
Answers: 1
Trying to add the Lit JS framework to an existing Spring Boot project via Webjar dependency in gradle. Results in:Failed to resolve module specifier
When I try to use the framework I am seeing this error in the browser:
Failed to resolve module specifier "@lit/reactive-element"
In my html thymeleaf template I have:
<script type=&qu...
tad604
Votes: 0
Answers: 2