syncfusion-javascript-textbox
Installation
SKILL.md
Implementing TextBox
The TextBox is a lightweight input control that accepts text and allows customization with floating labels, adornments, validation states, and styling. This skill guides you through implementing and configuring TextBox components for various use cases.
When to Use This Skill
Use this skill when you need to:
- Create basic text inputs with placeholders and initial values
- Add floating labels that animate when focused or filled
- Enhance inputs with adornments (icons, buttons, prefixes/suffixes)
- Implement validation states (error, warning, success)
- Build multiline text areas with auto-resizing
- Apply custom styling with sizing variations and themes
- Support accessibility with ARIA attributes and keyboard navigation
- Add interactive features like clear buttons or password toggles