0.1.0 • Published 7 years ago

bvjd-number-input v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

bvjd-number-input

Build Status

Usage

ES6 use

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

import plugin from 'bvjd-number-input';

CommonJS use

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

var plugin = require("bvjd-number-input");

Standalone use

Load the global version of the plugin:

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