⛓️
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

InputText

PreviousFormNextInputMask

Last updated 1 year ago

Was this helpful?

UI-buildercraft presents an advanced InputText component for Angular apps, enabling easy integration of customizable text inputs. With support for diverse properties, text box configurations, validations, and extensive styling options, effortlessly tailor the appearance and behavior of your input fields to meet your application's unique design and functional needs.

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


  imports: [InputTextComponent]
Properties
Type
Default Value

Label

String

Empty

Disable

Boolean

False

Placeholder

String

Empty

Required

Boolean

False

Maxlength

Number

100

✨
📓