JSPM

@konfy/vue-input

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q44804F
  • License MIT

A versatile Vue input component with optional validation

Package Exports

  • @konfy/vue-input

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@konfy/vue-input) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

vue-input

  • A versatile input with optional validation. vue-input can be of all standard html input types (text number date, etc.)
  • textarea type with autogrow by default.
  • all standard html input attributes are also valid with vue-input
  • validation on change or on blur
  • built-in validation for most common cases (email, length, equality), with possibility to pass custom regex validators

Full documentation