⛓️
UI-BuilderCraft
  • 👋Welcome
  • Overview
    • 〽️Getting Started
    • 🌐Download
    • ✨Component
      • 📓Form
        • InputText
        • InputMask
        • InputNumber
        • Spinner
        • Avatar
        • Badge
        • Alert
        • InputArea
        • Skeleton Loader
        • Checkbox
        • Toggle
    • 💡Benefits
Powered by GitBook
On this page

Was this helpful?

  1. Overview
  2. Component
  3. Form

InputNumber

PreviousInputMaskNextSpinner

Last updated 1 year ago

Was this helpful?

UI-buildercraft presents an advanced InputNumber component for Angular applications, facilitating the seamless integration of customizable numeric inputs. This component ensures that only numerical input is allowed, offering support for various properties, text box configurations, validations, and extensive styling options. Effortlessly tailor the appearance and behavior of your numeric input fields to align with your application's unique design and functional requirements.

<UI-BuilderCraft-InputNumber [disabled]="true" [maxlength]="5" 
 [required]="true" [label]="'Name'"></UI-BuilderCraft-InputNumber>


  imports: [InputNumberComponent]

Properties
Type
Default Value

Label

String

Empty

Disable

Boolean

False

Placeholder

String

Empty

Required

Boolean

False

Maxlength

Number

100

✨
📓