element icon indicating copy to clipboard operation
element copied to clipboard

Fast and simple custom elements.

Results 13 element issues
Sort by recently updated
recently updated
newest added

`this.createEffect()` will make an effect that is conveniently stopped in `disconnectedCallback`. This is useful for creating effects in `connectedCallback` and then not having to use `createRoot` and `disconnectedCallback` to stop...

enhancement

We switched from node latest to 21 in tests.yml temporarily because it broke Windows installs. https://github.com/lume/element/commit/9b652ec57657896a36be8b9900a2da7d767a7118

FUOC is something that people generally wish they didn't have to deal with. To make things easier, perhaps we can add an option that will automatically keep content hidden until...