/donejs-input-number-new

A number field for donejs

Primary LanguageHTMLMIT LicenseMIT

donejs-input-number-new

Build Status

A number input field in donejs using Bootstrap

Usage

ES6 use

With StealJS, you can import this module directly in a template that is autorendered:

import plugin from 'donejs-input-number-new';

CommonJS use

Use require to load donejs-input-number-new and everything else needed to create a template that uses donejs-input-number-new:

var plugin = require("donejs-input-number-new");

Standalone use

Load the global version of the plugin:

<script src='./node_modules/donejs-input-number-new/dist/global/donejs-input-number-new.js'></script>