|
2 | 2 |
|
3 | 3 | GitHub's Web Component collection.
|
4 | 4 |
|
5 |
| -We have 0 open source custom elements: |
| 5 | +We have 17 open source custom elements: |
| 6 | + |
| 7 | +### [github/auto-check-element](https://github.com/github/auto-check-element) |
| 8 | + |
| 9 | +An input element that validates its value with a server endpoint. |
| 10 | + |
| 11 | +[Repository](https://github.com/github/auto-check-element) | [Example](https://github.github.com/auto-check-element/examples/) |
| 12 | + |
| 13 | +### [github/auto-complete-element](https://github.com/github/auto-complete-element) |
| 14 | + |
| 15 | +Auto-complete input values from server search results. |
| 16 | + |
| 17 | +[Repository](https://github.com/github/auto-complete-element) | [Example](https://github.github.com/auto-complete-element/examples/) |
| 18 | + |
| 19 | +### [github/clipboard-copy-element](https://github.com/github/clipboard-copy-element) |
| 20 | + |
| 21 | +Copy element text content or input values to the clipboard. |
| 22 | + |
| 23 | +[Repository](https://github.com/github/clipboard-copy-element) | [Example](https://github.github.io/clipboard-copy-element/examples/) |
| 24 | + |
| 25 | +### [github/details-dialog-element](https://github.com/github/details-dialog-element) |
| 26 | + |
| 27 | +A modal dialog that's opened with <details>. |
| 28 | + |
| 29 | +[Repository](https://github.com/github/details-dialog-element) | [Example](https://github.github.io/details-dialog-element/example/index.html) |
| 30 | + |
| 31 | +### [github/details-menu-element](https://github.com/github/details-menu-element) |
| 32 | + |
| 33 | +A menu opened with <details>. |
| 34 | + |
| 35 | +[Repository](https://github.com/github/details-menu-element) | [Example](https://github.github.io/details-menu-element/examples) |
| 36 | + |
| 37 | +### [github/file-attachment-element](https://github.com/github/file-attachment-element) |
| 38 | + |
| 39 | +Attach files via drag and drop or file input. |
| 40 | + |
| 41 | +[Repository](https://github.com/github/file-attachment-element) | [Example](https://github.github.com/file-attachment-element/examples/) |
| 42 | + |
| 43 | +### [github/filter-input-element](https://github.com/github/filter-input-element) |
| 44 | + |
| 45 | +Display elements in a subtree that match filter input text. |
| 46 | + |
| 47 | +[Repository](https://github.com/github/filter-input-element) | [Example](https://github.github.io/filter-input-element/examples/) |
| 48 | + |
| 49 | +### [github/g-emoji-element](https://github.com/github/g-emoji-element) |
| 50 | + |
| 51 | +Backports native emoji characters to browsers that don't support them by replacing the characters with fallback images. |
| 52 | + |
| 53 | +[Repository](https://github.com/github/g-emoji-element) | [Example](https://github.github.io/g-emoji-element/examples/) |
| 54 | + |
| 55 | +### [github/image-crop-element](https://github.com/github/image-crop-element) |
| 56 | + |
| 57 | +A custom element for cropping a square image. Returns x, y, width, and height. |
| 58 | + |
| 59 | +[Repository](https://github.com/github/image-crop-element) | [Example](https://github.github.io/image-crop-element/examples/) |
| 60 | + |
| 61 | +### [github/include-fragment-element](https://github.com/github/include-fragment-element) |
| 62 | + |
| 63 | +A client-side includes tag. |
| 64 | + |
| 65 | +[Repository](https://github.com/github/include-fragment-element) | [Example](https://github.github.io/include-fragment-element/examples) |
| 66 | + |
| 67 | +### [github/markdown-toolbar-element](https://github.com/github/markdown-toolbar-element) |
| 68 | + |
| 69 | +Markdown formatting buttons for text inputs. |
| 70 | + |
| 71 | +[Repository](https://github.com/github/markdown-toolbar-element) | [Example](https://github.github.com/markdown-toolbar-element/examples/) |
| 72 | + |
| 73 | +### [github/relative-time-element](https://github.com/github/relative-time-element) |
| 74 | + |
| 75 | +Web component extensions to the standard <time> element. |
| 76 | + |
| 77 | +[Repository](https://github.com/github/relative-time-element) | [Example](https://github.github.io/relative-time-element/examples/) |
| 78 | + |
| 79 | +### [github/remote-input-element](https://github.com/github/remote-input-element) |
| 80 | + |
| 81 | +An input element that sends its value to a server endpoint and renders the response body. |
| 82 | + |
| 83 | +[Repository](https://github.com/github/remote-input-element) | [Example](https://github.github.io/remote-input-element/examples) |
| 84 | + |
| 85 | +### [github/tab-container-element](https://github.com/github/tab-container-element) |
| 86 | + |
| 87 | +An accessible tab container element with keyboard support. |
| 88 | + |
| 89 | +[Repository](https://github.com/github/tab-container-element) | [Example](https://github.github.com/tab-container-element/examples/) |
| 90 | + |
| 91 | +### [github/task-lists-element](https://github.com/github/task-lists-element) |
| 92 | + |
| 93 | +Drag and drop task list items. |
| 94 | + |
| 95 | +[Repository](https://github.com/github/task-lists-element) | [Example](https://github.github.io/task-lists-element/examples/) |
| 96 | + |
| 97 | +### [github/text-expander-element](https://github.com/github/text-expander-element) |
| 98 | + |
| 99 | +Activates a suggestion menu to expand text snippets as you type. |
| 100 | + |
| 101 | +[Repository](https://github.com/github/text-expander-element) | [Example](http://github.github.io/text-expander-element/examples) |
| 102 | + |
| 103 | +### [github/typing-effect-element](https://github.com/github/typing-effect-element) |
| 104 | + |
| 105 | +A custom element that shows text as if it were being typed |
| 106 | + |
| 107 | +[Repository](https://github.com/github/typing-effect-element) | [Example](https://github.github.com/typing-effect-element/examples/) |
0 commit comments