0.1.0 • Published 4 years ago

any-input v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Built With Stencil

Demo

https://codepen.io/k1laba/pen/VwvYWNM

Installation

Add a script tags in your html

  <script type="module" src="https://unpkg.com/any-input/dist/any-input/any-input.esm.js"></script>
  <script nomodule="" src="https://unpkg.com/any-input/dist/any-input/any-input.js"></script>

only one of them will be loaded for users

Examples

Convert English to Georgian input:

  <any-input letters="abgdevzTiklmnopJrstufqRySCcZwWxjh" target-first-letter="ა">
     <input type="text" />
  </any-input>

or you can use geo-input tag:

  <geo-input>
     <input type="text" />
  </geo-input>

for more details on available parameters visit any-input

0.1.0

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago