Vue Numeric

screenshot of Vue Numeric
vue

Input field component to display a formatted currency value based on Vue.js

Overview:

Vue-Numeric is a Vue input field component that displays a formatted currency value. It offers various features such as setting currency symbols, limiting min and max values, enabling decimal precision, and customizing separators. Vue-Numeric is compatible with Vue 2.*

Features:

  • Currency symbol: Easily add a currency symbol within the input field.
  • Minimum & maximum constraint: Set limits for minimum and maximum values.
  • Disable/enable negative values: Option to allow or disallow negative numbers.
  • Enable decimal precision: Customize the decimal precision for input values.
  • Thousands separator: Easily change the thousands separator symbol.
  • Output Type customization: Choose between outputting a Number or String type.
  • Read-only mode: Display the value as text with an optional read-only class.
  • Support for custom separators: Use custom decimal and thousand separators.
vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.