Ctrl + K
Get StartedStylesCoreCompsCDK
Actions
Action Sheet
Button
Button Group
Context Menu
Dropdown Button
Menu
Side Menu
Form & Editors
Checkbox
Color Box
Color Palette
Cron Job
Date & Time Box
Date & Time Picker
Form
Image Editor
Json Viewer
Number Box
One time password
Paint
Password Box
Phone Box
Query Builder
Range Slider
Rate Picker
Rest Api Generator
Search Box
Select Box
Selection List
Step Wizard
Switch
Tag Box
Text Box
Textarea
Tree View
Uploader
WYSIWYG
Navigation & Layout
Avatar
Badge
Bottom Navigation
Breadcrumb
Calendar
Chips
Circular Progress
Collapse
Comment
Conversation
Data Pager
Data Table
Drawer
File Explorer
Grid Layout Builder
Image
KBD
List
Loading
Map
Media Viewer
Navbar
Picker
Popover
Popup
Progress Bar
Qrcode
Rail Navigation
Result
Skeleton
Sliding Item
Tabs
Tag
Time Line
Toolbar
Tooltip
Dialog & Notifications
Alert
Dialog
Loading Dialog
Notification
Toast

Text Box

import { AXTextBoxModule } from '@acorex/components/text-box'; TextBox component is a versatile solution for single-line text input, offering extensive customization options and user-focused features. With the size property, placeholder support, readonly and disabled modes, the ability to clear content, and the capability to add prefixes and suffixes, it's an invaluable tool for creating user-friendly and visually appealing text input fields in applications.

Overview

In this section, you can test different options of this component and see the output in real time
Solid
MD
  • Hello

Usage

A simple example of using ax-text-box
Preview
Code

Using Decorators

You can use decorators. For example, you can use ax-prefix, ax-suffix at the beginning and end of the text box to display text or anything else.
Preview
Code

Change Type

You can pass the [type]="'number'" to ax-text-box to change the input to a numeric format.
Preview
Code

Copyright ©2017-2025 ACoreX Labs Inc.

On this page