any-input
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i any-input

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

666 kB

Total Files

63

Last publish

Collaborators

  • k1laba