ninabreznik / input-integer-ui

Home Page:https://ninabreznik.github.io/input-integer-ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

input-integer-ui

usage

const inputInteger = require('input-integer-ui')

const opts = { min:0, max: 10 }
const input = inputInteger(opts)

document.body.append(input)

About

https://ninabreznik.github.io/input-integer-ui/

License:MIT License


Languages

Language:JavaScript 98.1%Language:HTML 1.9%