Web Components Crash Course

added by JavaScript Kicks
11/4/2019 9:49:23 AM

425 Views

Custom elements allow you to create custom HTML tags. This is the core of any web component you'll make. Here's what a custom element would look like: When you create a tag with the Custom Elements API, you must use at least two words separated with hyphens -.


0 comments