Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 465 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 465 Bytes

Interactive Tools

v0.0.2

Mobile-friendly Convenience modules for inputs, language manipulate, etc. Documentation is a work in progress.

Installation

npm install TimeMagazineLabs/interactive-framework
import { inputs, language, selections, legend } from 'TimeMagazineLabs/interactive-framework'

Inputs

limitToDigits(selector, options): For each text input passed, only allow numeric entries and automatically pull up the digit keyboard on phones.