JSPM

@vaadin/number-field

22.0.0-alpha7
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 44043
  • Score
    100M100P100Q222513F
  • License Apache-2.0

vaadin-number-field

Package Exports

  • @vaadin/number-field
  • @vaadin/number-field/src/vaadin-number-field.js
  • @vaadin/number-field/theme/lumo/vaadin-number-field.js
  • @vaadin/number-field/theme/material/vaadin-number-field.js

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 (@vaadin/number-field) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@vaadin/number-field

An input field web component that only accepts numeric input.

Live Demo ↗

<vaadin-number-field label="Balance"></vaadin-number-field>

Installation

Install the component:

npm i @vaadin/number-field --save

Once installed, import the component in your application:

import '@vaadin/number-field';

Themes

Vaadin components come with two built-in themes, Lumo and Material. The main entrypoint of the package uses Lumo theme.

To use the Material theme, import the component from the theme/material folder:

import '@vaadin/number-field/theme/material/vaadin-number-field.js';

You can also import the Lumo version of the component explicitly:

import '@vaadin/number-field/theme/lumo/vaadin-number-field.js';

Finally, you can import the un-themed component from the src folder to get a minimal starting point:

import '@vaadin/number-field/src/vaadin-number-field.js';

License

Apache License 2.0

Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.