An open API service indexing awesome lists of open source software.

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

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.