Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.

Add the vue-autonumeric component #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AlexandreBonneau
Copy link

@AlexandreBonneau AlexandreBonneau commented Oct 26, 2017

Find and explain a common use case

The use case is allowing any user to easily add a input managed by the AutoNumeric library, while being sure both Vue and AutoNumeric interacts correctly with each other.
Entering numbers and currencies in a website is a pretty usual use case! You'd better do it with the best mask library around :)

Provide a Demo

You can see the vue-autonumeric component in action on the official documentation, and a live editable demo is available here.

Document the package

The component documentation is complete and maintained.

Distribution

As described in the doc, you can either use a CDN like <script src="//unpkg.com/autonumeric"></script>, or directly import the VueAutonumeric component (import VueAutonumeric from 'vue-autonumeric';) after having it installed with npm install vue-autonumeric --save.

Tests

This is the only thing missing from now, but since I am dogfooding my own library (AutoNumeric and vue-autonumeric), it should be bug-free :)

Visual Quality

This point is moot since the component manages how the <input> element reacts to the user input and key strokes, but does not include any CSS nor modify the element appearance.

Activity

The component is actively maintained (the same way the AutoNumeric library is) and any issue is and will be dealt with as quickly as possible.

### Find and explain a common use case
The use case is allowing any user to easily add a input managed by the AutoNumeric library, while being sure both Vue and AutoNumeric interacts correctly with each other.
Entering numbers and currencies in a website is a pretty usual use case! You'd better do it with the best mask library around :)

### Provide a Demo
You can see the `vue-autonumeric` component in action on the [official documentation](http://autonumeric.org/#/guide), and a live editable demo is available [here](https://codepen.io/AnotherLinuxUser/pen/pWgOrZ?editors=1010).

### Document the package
The component [documentation](https://github.com/autoNumeric/vue-autoNumeric/blob/master/README.md) is complete and maintained.

### Distribution
As described in the [doc](https://github.com/autoNumeric/vue-autoNumeric#installation), you can either use a CDN like `<script src="//unpkg.com/autonumeric"></script>`, or directly import the `VueAutonumeric` component (`import VueAutonumeric from 'vue-autonumeric';`) after having it installed with `npm install vue-autonumeric --save`.

### Tests
This is the only thing missing from now, but since I am dogfooding my own library (AutoNumeric and vue-autonumeric), it should be bug-free :)

### Visual Quality
This point is moot since the component manages how the `<input>` element reacts to the user input and key strokes, but does not include any CSS nor modify the element appearance.

### Activity
The component is actively maintained (the same way the AutoNumeric library is) and any issue is and will be dealt with as quickly as possible.
@AlexandreBonneau
Copy link
Author

Is there any chance of this to be merged? :)

@Akryum
Copy link
Member

Akryum commented Jun 1, 2018

When I'll have the time to review the proposed packages. 😉

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants