python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Lit components do not automatically request an update on property change (problem only in my storybook)
This is really odd: I'm using lit in a storybook (using @storybook/html).
I do not know why, but in my environment lit does not update the component automatically when a property has been changed. If ...
Natasha
Votes: 0
Answers: 2
Implement bootstrap in lit-element with javascript
I tried to implement bootstrap styling in my lit-element project. But I am struggling a little bit and don't know how to implement bootstrap into it. All my website navigation links are in the index.j...
klaasvanburen10
Votes: 0
Answers: 1
commentaryList with commentaryitem not displaying (lit + redux)
Hey i am trying to make an commentary component (looks a bit like a todolist atm). I have my components linked with redux, if i console.log my array(see commentary-list this.commentaries) i see that i...

Dave Nieberg
Votes: 0
Answers: 0
lit: how to apply style to nested template?
There is a lit element container-element which has has nested lit elements gmail-item.
How do you apply styles to nested elements so that the last gmail-item has border-none?
Currently, the styling li...
stackcen
Votes: 0
Answers: 1