a11delavar

Results 5 comments of a11delavar

> You can do something like this by keeping a value around. Here's an example: https://lit.dev/playground/#gist=d5932cfb7a604480b9c524730391ed7c Yeah, I also did similar things, but at that point it was not ergonomic...

I also have written a bunch of Mixins and think this should be included in TypeScript Library. But If Lit was to include it, I think it also should include...

@neilvanlandingham Hey, Yeah I think you can take a look at my code for an "emergency fix" 😀 https://github.com/3mo-esolutions/model/blob/main/packages/shell/contextMenu/ContextMenuItem.ts

If anyone is interested in these features (excluding `@computed`), check out the [lit wrapper](https://www.npmjs.com/package/@a11d/lit) I created. It contains [@eventListener](https://github.com/a11delavar/lit/tree/main/packages/Lit/eventListener) and [@updated](https://github.com/a11delavar/lit/blob/main/packages/Lit/updated) decorators.