File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,12 @@ Markdown formatting buttons for text inputs.
70
70
71
71
[ Repository] ( https://github.com/github/markdown-toolbar-element ) | [ Example] ( https://github.github.com/markdown-toolbar-element/examples/ )
72
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/time-elements/examples/ )
78
+
73
79
### [ github/remote-input-element] ( https://github.com/github/remote-input-element )
74
80
75
81
An input element that sends its value to a server endpoint and renders the response body.
@@ -94,12 +100,6 @@ Activates a suggestion menu to expand text snippets as you type.
94
100
95
101
[ Repository] ( https://github.com/github/text-expander-element ) | [ Example] ( http://github.github.io/text-expander-element/examples )
96
102
97
- ### [ github/time-elements] ( https://github.com/github/time-elements )
98
-
99
- Web component extensions to the standard < ; time> ; element.
100
-
101
- [ Repository] ( https://github.com/github/time-elements ) | [ Example] ( https://github.github.io/time-elements/examples/ )
102
-
103
103
### [ github/typing-effect-element] ( https://github.com/github/typing-effect-element )
104
104
105
105
A custom element that shows text as if it were being typed
Original file line number Diff line number Diff line change 19
19
"image-crop-element" : " github/image-crop-element" ,
20
20
"include-fragment-element" : " github/include-fragment-element" ,
21
21
"markdown-toolbar-element" : " github/markdown-toolbar-element" ,
22
+ "relative-time-element" : " github/relative-time-element" ,
22
23
"remote-input-element" : " github/remote-input-element" ,
23
24
"tab-container-element" : " github/tab-container-element" ,
24
25
"task-lists-element" : " github/task-lists-element" ,
25
26
"text-expander-element" : " github/text-expander-element" ,
26
- "time-elements" : " github/time-elements" ,
27
27
"typing-effect-element" : " github/typing-effect-element"
28
28
}
29
29
}
Original file line number Diff line number Diff line change 27
27
"@github/image-crop-element" : " *" ,
28
28
"@github/include-fragment-element" : " *" ,
29
29
"@github/markdown-toolbar-element" : " *" ,
30
+ "@github/relative-time-element" : " *" ,
30
31
"@github/remote-input-element" : " *" ,
31
32
"@github/tab-container-element" : " *" ,
32
33
"@github/task-lists-element" : " *" ,
33
34
"@github/text-expander-element" : " *" ,
34
- "@github/time-elements" : " *" ,
35
35
"@github/typing-effect-element" : " *"
36
36
}
37
37
}
You can’t perform that action at this time.
0 commit comments