https://github.com/24webcomponents/typing-test-element
Test your typing skills
https://github.com/24webcomponents/typing-test-element
24-web-components custom-element web-component
Last synced: 11 months ago
JSON representation
Test your typing skills
- Host: GitHub
- URL: https://github.com/24webcomponents/typing-test-element
- Owner: 24webcomponents
- License: mit
- Created: 2022-12-02T17:29:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-25T16:08:26.000Z (11 months ago)
- Last Synced: 2025-07-25T23:06:08.900Z (11 months ago)
- Topics: 24-web-components, custom-element, web-component
- Language: TypeScript
- Homepage:
- Size: 135 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# <typing-test> element
Test your typing skills
## Installation
Available on [npm](https://www.npmjs.com/) as [**typing-test-element**](https://www.npmjs.com/package/typing-test-element).
```
$ npm install --save typing-test-element
```
## Usage
### Script
Import as ES modules:
```js
import 'typing-test-element'
```
Include with a script tag:
```html
```
An example Custom Element. This documentation ends up in the
README so describe how this elements works here.
You can event add examples on the element is used with Markdown.
```
<typing-test></typing-test>
```
## Browser support
Browsers without native [custom element support][support] require a [polyfill][].
- Chrome
- Firefox
- Safari
- Microsoft Edge
[support]: https://caniuse.com/custom-elementsv1
[polyfill]: https://github.com/webcomponents/custom-elements
## License
Distributed under the MIT license. See LICENSE for details.