Skip to content

Commit b9148eb

Browse files
committed
docs: generate documents
1 parent ac60d40 commit b9148eb

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

README.md

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

33
GitHub's Web Component collection.
44

5-
We have 16 open source custom elements:
5+
We have 17 open source custom elements:
66

77
### [github/auto-check-element](https://github.com/github/auto-check-element)
88

@@ -99,3 +99,9 @@ Activates a suggestion menu to expand text snippets as you type.
9999
Web component extensions to the standard <time> element.
100100

101101
[Repository](https://github.com/github/time-elements) | [Example](https://github.github.io/time-elements/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/)

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"tab-container-element": "github/tab-container-element",
2424
"task-lists-element": "github/task-lists-element",
2525
"text-expander-element": "github/text-expander-element",
26-
"time-elements": "github/time-elements"
26+
"time-elements": "github/time-elements",
27+
"typing-effect-element": "github/typing-effect-element"
2728
}
2829
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"@github/tab-container-element": "*",
3232
"@github/task-lists-element": "*",
3333
"@github/text-expander-element": "*",
34-
"@github/time-elements": "*"
34+
"@github/time-elements": "*",
35+
"@github/typing-effect-element": "*"
3536
}
3637
}

0 commit comments

Comments
 (0)