File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- # < ; custom-element > ; element
1
+ # < ; typing-test > ; element
2
2
3
- Boilerplate for creating a custom element.
3
+ Test your typing skills
4
4
5
5
## Installation
6
- Available on [ npm] ( https://www.npmjs.com/ ) as [ ** @ github/custom-element -element** ] ( https://www.npmjs.com/package/@github/custom-element -element ) .
6
+ Available on [ npm] ( https://www.npmjs.com/ ) as [ ** typing-test -element** ] ( https://www.npmjs.com/package/typing-test -element ) .
7
7
```
8
- $ npm install --save @github/custom-element -element
8
+ $ npm install --save typing-test -element
9
9
```
10
10
11
11
## Usage
@@ -15,13 +15,13 @@ $ npm install --save @github/custom-element-element
15
15
Import as ES modules:
16
16
17
17
``` js
18
- import ' @github/custom-element -element'
18
+ import ' typing-test -element'
19
19
```
20
20
21
21
Include with a script tag:
22
22
23
23
``` html
24
- <script type =" module" src =" ./node_modules/@github/custom-element -element/dist/index.js" >
24
+ <script type =" module" src =" ./node_modules/typing-test -element/dist/index.js" >
25
25
` ` `
26
26
27
27
An example Custom Element. This documentation ends up in the
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @github/custom-element -element" ,
2
+ "name" : " typing-test -element" ,
3
3
"version" : " 0.0.1" ,
4
- "description" : " Boilerplate for creating a custom element. " ,
5
- "main" : " dist/custom -element.js" ,
6
- "module" : " dist/custom -element.js" ,
4
+ "description" : " Test your typing skills " ,
5
+ "main" : " dist/typing-test -element.js" ,
6
+ "module" : " dist/typing-test -element.js" ,
7
7
"type" : " module" ,
8
- "types" : " dist/custom-elements .d.ts" ,
8
+ "types" : " dist/typing-test-element .d.ts" ,
9
9
"license" : " MIT" ,
10
- "repository" : " github/custom-element-boilerplate " ,
10
+ "repository" : " 24webcomponents/typing-test-element " ,
11
11
"files" : [
12
12
" dist"
13
13
],
You can’t perform that action at this time.
0 commit comments