Skip to content

Files

Latest commit

8c49e23 · Mar 14, 2025

History

History

number-field

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 2, 2025
Feb 26, 2025
Jan 2, 2025
Aug 9, 2021
Aug 14, 2024
Mar 14, 2025
Oct 31, 2024
Oct 31, 2024
Aug 20, 2021
Aug 20, 2021

@vaadin/number-field

An input field web component that only accepts numeric input.

Documentation + Live Demo ↗

npm version

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

Installation

Install the component:

npm i @vaadin/number-field

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';

Contributing

Read the contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.

License

Apache License 2.0

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