Classes list

Every class Input recognizes, straight from the @flickui/css source.

ClassPurpose
.inputBase class on the wrapping <label>/element — required
.input-elThe native <input> itself
.input-leading / .input-trailingIcon slots before/after the field
.input-clearClear button — paired with .action-clear for the show/hide + clear behavior
.input-trailing-btnA generic trailing icon-button slot (e.g. a password-visibility toggle)
.action-clearBehavior hook — flickui.js shows/hides this button based on field content and clears the field on click
.is-readonlyRead-only visual style (muted background, default cursor)