0.0.1 • Published 1 year ago

typing-test-element v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

<typing-test> element

Test your typing skills

Installation

Available on npm as typing-test-element.

$ npm install --save typing-test-element

Usage

Script

Import as ES modules:

import 'typing-test-element'

Include with a script tag:

<script type="module" src="./node_modules/typing-test-element/dist/index.js">

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 require a polyfill.

  • Chrome
  • Firefox
  • Safari
  • Microsoft Edge

License

Distributed under the MIT license. See LICENSE for details.