-
- 案1: blockquote要素そのまま使う (themeのhint.html参照)
- 案2: HTML CustomElement https://caniuse.com/mdn-api_customelementregistry_define
- 案3: HTMLを後処理する
-
# HTML5 custom element tag
https://developers.google.com/web/fundamentals/web-components/customelements
https://www.html5rocks.com/en/tutorials/webcomponents/customelements/
https://blog.teamtr…
-
Related to #30
Currently, the only colors that can be matched and that can use the color picker are hex based: https://github.com/runem/lit-analyzer/blob/9659154904fd2010de3749fc5e904e8c3dfe684b/p…
-
Issue #17 seeks to make web components runtime agnostic but not relying on globals. However this will be difficult to get the community aligned on in practice as it would require essentially all compo…
-
On the server side, you can create your view and define the routing info and related metadata for the view on the view itself as
```
@Route("some/route")
@PageTitle("my fine page");
```
There is …
-
### What problem does this feature solve?
I need use named slots in web-components, which are nested in vue components. This feature solve problem with named slots in webComponent. Code in template…
-
When gofeed encounters an element that it doesn't know expect, it will call `parseText` on it and attempt to store the value in a `item.Custom` map. `parseText` calls decode element and this will fai…
-
Hi, really great boilerplate of perfect tools i really like to have!!! :)
I would like to recommend to add some example how to structure component itself.
For example to split component in:
├── m…
-
After reading the [`no-unknown-tag-name` rule](https://github.com/runem/lit-analyzer/tree/master/packages/vscode-lit-plugin#-no-unknown-tag-name)...
What's the way to add the "@customElement tag-name…
-
Allowing to pass arbitrary types to children elements would enable support for element like `vaadin-checkbox-group`. Note that this feature will also fix vaadin/vaadin-custom-field#76
This works
…