text-field
Installation
SKILL.md
Text Field
Enter and edit text content
What it solves
A Text Field is a fundamental form input component that allows users to enter and edit text-based data. It is commonly used in forms, search fields, authentication fields, and messaging interfaces. Text fields can accept single-line or multi-line input and may include additional features like placeholders, character counters, validation messages, and formatting assistance.
When to use
Use a text field when you need users to input freeform text, such as:
- Login and authentication fields – Username, password, email.
- Search fields – Query inputs in search bars.
- Forms and surveys – Collecting names, addresses, or custom responses.
- Messaging interfaces – Chat applications and comment sections.
- Data entry fields – User-generated content like tags, descriptions, or reviews.