wc-info
UI for VSCode's web-components.json file
wc-info
UI for VSCode's html data file
Basic in-built styling
<script defer src="https://cdn.jsdelivr.net/npm/es-module-shims@0.2.0/dist/es-module-shims.js"></script>
<script type="importmap-shim">
{
"imports": {
"xtal-latx/": "https://cdn.jsdelivr.net/npm/xtal-latx@0.0.88/",
"trans-render/": "https://cdn.jsdelivr.net/npm/trans-render@0.0.60/",
"hypo-link/": "https://cdn.jsdelivr.net/npm/hypo-link@0.0.8/",
"xtal-element/": "https://cdn.jsdelivr.net/npm/xtal-element@0.0.23/",
"wc-info/": "https://cdn.jsdelivr.net/npm/wc-info@0.0.28/"
}
}
</script>
<script type="module-shim">
import 'wc-info/wc-info.js';
</script>
```
-->
Viewing Your Element (locally)
$ polymer serve
polymer serve required (for now) due to use of bare import specifiers.
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Dependencies
- hypo-link#0.0.12
- xtal-element#0.0.55
- trans-render#0.0.104
- Released
- 2019-04-21
- Maturity
- IMPORTED
- License
- MIT License
Compatibility
- Framework
- Browser
- Browser Independent
wc-info - Vaadin Add-on Directory
UI for VSCode's web-components.json file[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/wc-info)
# wc-info
UI for [VSCode's html data file](https://code.visualstudio.com/updates/v1_31#_html-and-css-custom-data-support)
## Basic in-built styling
```
-->
## Viewing Your Element (locally)
```
$ polymer serve
```
[polymer serve](https://www.npmjs.com/package/polymer-cli) required (for now) due to use of bare import specifiers.