Skip to content

Commit dcf97a8

Browse files
authored
style: lint web-components.md
1 parent 513dd2b commit dcf97a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/front-end/web-components.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Web Components
2+
23
The [WHATWG](https://html.spec.whatwg.org/multipage/custom-elements.html) and [WICG](https://github.com/WICG/webcomponents) maintain suite of web technologies and specifications including (but not limited to)
4+
35
- [Custom Elements](https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements)
46
- [Shadow DOM](https://dom.spec.whatwg.org/#shadow-trees)
57
- The [`<template>` element](https://html.spec.whatwg.org/multipage/scripting.html#the-template-element)
@@ -13,6 +15,7 @@ These are collectively referred to as "web components", and represent the browse
1315
Broadly speaking, every web component is a custom element - a specific, globally-recognized tag-name which becomes associated with a class extending HTMLElement in JavaScript. Web components can also make use of the related technologies.
1416

1517
## Recommended Components
18+
1619
- [Lit](https://lit.dev) (for authoring components)
1720
- [Web Dev Server](https://modern-web.dev) / Web Test Runner (for unit tests and local dev)
1821
- [Custom Elements Manifest](https://github.com/webcomponents/custom-elements-manifest) (for ide support / docgen / codegen)

0 commit comments

Comments
 (0)