
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
@vaadin/number-field
Advanced tools
An input field web component that only accepts numeric input.
<vaadin-number-field label="Balance"></vaadin-number-field>
Install the component:
npm i @vaadin/number-field
Once installed, import the component in your application:
import '@vaadin/number-field';
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';
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.
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.
FAQs
vaadin-number-field
We found that @vaadin/number-field demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 13 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.