lit-state icon indicating copy to clipboard operation
lit-state copied to clipboard

Simple shared component state management for LitElement.

Results 3 lit-state issues
Sort by recently updated
recently updated
newest added

Hello! I love the simplicity of this project and was about to use it, but I was trying to use typescript and it seems like `lit-element-state` does not support typescript....

Hey @gitaarik Just curious to know if there are plans to upgrade to lit 2.0 now that it is on release candidate stage? Apparently controllers would be perfectly fitted to...

When using the stateVar decorator I get the error that I can't assign to a read only property. (I am using typescript if that could be the problem.) ```typescript import...