What problem does it solve?
This Skill removes the need to scour Element Plus docs for the el-input component by summarizing every attribute, event, slot, and expose in one place.
It helps developers quickly identify the right prop, modifier, or event when building forms or input-heavy interfaces.
Core Features & Use Cases
- Complete API overview: Attributes such as
model-value, autosize, and show-password are described with default values and type hints so you can choose the best configuration.
- Event and slot guidance: All input-related events like
focus, input, and clear plus slots like prefix, suffix, and the password icon are cataloged for interactive experiences.
- Use Case: When creating a login form that needs masked input with validation, this Skill highlights the props, slots, events, and exposes that make wiring el-input straightforward.
Quick Start
Request element-plus-input to list el-input attributes and recommended event handlers for your form layout.