Classes list
Every class Input recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.input | Base class on the wrapping <label>/element — required |
.input-el | The native <input> itself |
.input-leading / .input-trailing | Icon slots before/after the field |
.input-clear | Clear button — paired with .action-clear for the show/hide + clear behavior |
.input-trailing-btn | A generic trailing icon-button slot (e.g. a password-visibility toggle) |
.action-clear | Behavior hook — flickui.js shows/hides this button based on field content and clears the field on click |
.is-readonly | Read-only visual style (muted background, default cursor) |