Skip to content

Commit d106230

Browse files
committed
docs: generate documents
1 parent 225c6b0 commit d106230

File tree

3 files changed

+133
-3
lines changed

3 files changed

+133
-3
lines changed

README.md

Lines changed: 97 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,100 @@
22

33
GitHub's Web Component collection.
44

5-
We have 0 open source custom elements:
5+
We have 16 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+
[Link](https://github.com/github/auto-check-element)
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+
[Link](https://github.com/github/auto-complete-element)
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+
[Link](https://github.com/github/clipboard-copy-element)
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+
[Link](https://github.com/github/details-dialog-element)
30+
31+
### [github/details-menu-element](https://github.com/github/details-menu-element)
32+
33+
A menu opened with <details>.
34+
35+
[Link](https://github.com/github/details-menu-element)
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+
[Link](https://github.com/github/file-attachment-element)
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+
[Link](https://github.com/github/filter-input-element)
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+
[Link](https://github.com/github/g-emoji-element)
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+
[Link](https://github.com/github/image-crop-element)
60+
61+
### [github/include-fragment-element](https://github.com/github/include-fragment-element)
62+
63+
A client-side includes tag.
64+
65+
[Link](https://github.com/github/include-fragment-element)
66+
67+
### [github/markdown-toolbar-element](https://github.com/github/markdown-toolbar-element)
68+
69+
Markdown formatting buttons for text inputs.
70+
71+
[Link](https://github.com/github/markdown-toolbar-element)
72+
73+
### [github/remote-input-element](https://github.com/github/remote-input-element)
74+
75+
An input element that sends its value to a server endpoint and renders the response body.
76+
77+
[Link](https://github.com/github/remote-input-element)
78+
79+
### [github/tab-container-element](https://github.com/github/tab-container-element)
80+
81+
An accessible tab container element with keyboard support.
82+
83+
[Link](https://github.com/github/tab-container-element)
84+
85+
### [github/task-lists-element](https://github.com/github/task-lists-element)
86+
87+
Drag and drop task list items.
88+
89+
[Link](https://github.com/github/task-lists-element)
90+
91+
### [github/text-expander-element](https://github.com/github/text-expander-element)
92+
93+
Activates a suggestion menu to expand text snippets as you type.
94+
95+
[Link](https://github.com/github/text-expander-element)
96+
97+
### [github/time-elements](https://github.com/github/time-elements)
98+
99+
Web component extensions to the standard <time> element.
100+
101+
[Link](https://github.com/github/time-elements)

bower.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,22 @@
77
"element-collection"
88
],
99
"license": "MIT",
10-
"dependencies": {}
10+
"dependencies": {
11+
"auto-check-element": "github/auto-check-element",
12+
"auto-complete-element": "github/auto-complete-element",
13+
"clipboard-copy-element": "github/clipboard-copy-element",
14+
"details-dialog-element": "github/details-dialog-element",
15+
"details-menu-element": "github/details-menu-element",
16+
"file-attachment-element": "github/file-attachment-element",
17+
"filter-input-element": "github/filter-input-element",
18+
"g-emoji-element": "github/g-emoji-element",
19+
"image-crop-element": "github/image-crop-element",
20+
"include-fragment-element": "github/include-fragment-element",
21+
"markdown-toolbar-element": "github/markdown-toolbar-element",
22+
"remote-input-element": "github/remote-input-element",
23+
"tab-container-element": "github/tab-container-element",
24+
"task-lists-element": "github/task-lists-element",
25+
"text-expander-element": "github/text-expander-element",
26+
"time-elements": "github/time-elements"
27+
}
1128
}

package.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,22 @@
1515
"scripts": {
1616
"generate": "node generate.js"
1717
},
18-
"dependencies": {}
18+
"dependencies": {
19+
"@github/auto-check-element": "*",
20+
"@github/auto-complete-element": "*",
21+
"@github/clipboard-copy-element": "*",
22+
"@github/details-dialog-element": "*",
23+
"@github/details-menu-element": "*",
24+
"@github/file-attachment-element": "*",
25+
"@github/filter-input-element": "*",
26+
"@github/g-emoji-element": "*",
27+
"@github/image-crop-element": "*",
28+
"@github/include-fragment-element": "*",
29+
"@github/markdown-toolbar-element": "*",
30+
"@github/remote-input-element": "*",
31+
"@github/tab-container-element": "*",
32+
"@github/task-lists-element": "*",
33+
"@github/text-expander-element": "*",
34+
"@github/time-elements": "*"
35+
}
1936
}

0 commit comments

Comments
 (0)