Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A series of web components examples, related to the MDN web components documentation athttps://developer.mozilla.org/en-US/docs/Web/Web_Components.

License

NotificationsYou must be signed in to change notification settings

mdn/web-components-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A series of Web Components examples, related to the MDN Web Components documentation athttps://developer.mozilla.org/en-US/docs/Web/API/Web_components.

Please refer to ourcontribution guidelines before contributing.

The following examples are available:

  • composed-composed-path. A very simple example that shows the behavior of theEvent objectcomposed andcomposedPath properties.See composed-composed-path live.
  • defined-pseudo-class. A very simple example that shows how the:defined pseudo-class works.See defined-pseudo-class live.
  • editable-list – <editable-list>. A simple example showing how elements can be consolidated to create a list with addable/removable items. Items are added by using alist-item attribute or by entering text and clicking the plus sign.See editable-list live.
  • edit-word<edit-word>. Wrapping one or more words in this element means that you can then click/focus the element to reveal a text input that can then be used to edit the word(s).See edit-word live.
  • element-details<element-details>. Displays a box containing an HTML element name and description. Provides an example of an autonomous custom element that gets its structure from a<template> element (that also has its own styling defined), and also contains<slot> elements populated at runtime.See element-details live.
  • expanding-list-web-component<ul is="expanding-list">. Creates an unordered list with expandable/collapsible children. Provides an example of a customized built-in element (the class inherits fromHTMLUListElement rather thanHTMLElement).See expanding-list live.
  • life-cycle-callbacks<custom-square l="" c="">. A trivial example web component that creates a square colored box on the page. The demo also includes buttons to create, destroy, and change attributes on the element, to demonstrate how theweb components life cycle callbacks workSee life-cycle-callbacks live.
  • popup-info-box-web-component<popup-info img="" text="">. Creates an info icon that when focused displays a popup info box. Provides an example of an autonomous custom element that takes information from its attributes, and defines structure and basic style in an attached shadow DOM.See popup-info-box live.
  • simple-template — A very simple trivial example that quickly demonstrates usage of the<template> and<slot> elements.See simple-template live.
  • slotchange example<summary-display>. An example that takes as its two slot values a list of possible choices, and a description for the selected choice. Multiple paragraphs are included inside the element containing all the possible descriptions; when a choice is clicked, its corresponding description paragraph is given an appropriate slot attribute so that it appears in the second slot. This example is written to demonstrate usage of the slotchange attribute, and features of the HTMLSlotElement interfaceSee the slotchange example live.
  • slotted-pseudo-element. A very simple example that shows how the::slotted pseudo-element works.See slotted-pseudo-element live.
  • word-count-web-component<word-count>. When added to an element, counts all the words inside that element and displays them inside an attached shadow DOM. It also contains an interval that periodically updates the word count as it changes. Provides an example of a customized built-in element (the class inherits fromHTMLParagraphElement rather thanHTMLElement).See word-count live.

About

A series of web components examples, related to the MDN web components documentation athttps://developer.mozilla.org/en-US/docs/Web/Web_Components.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp