Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 2 KB

TRACK.md

File metadata and controls

53 lines (28 loc) · 2 KB

Track

Svelte animations not working with custom elements (aka web components)

Svelte: setting props of web components

Note: No longer essential for us. Track anyhow, for general interest.

Svelte: web components readiness (aka 'custom elements')

Svelte: ability to have normal (private) components, used by a web component

Svelte: CSS within custom element (sub-elements) is lost

Haven't found an issue for this. #help: Report to Svelte?

See GoogleProvider.svelte. It has a style section that is completely ignored in the process.

(Did not start seeing the generated code to understand where it gets lost. But in order for Svelte to be powerful in making (also) web components, such an elementary abstraction should just work.