eQuantic.UI Documentation

Component

TextInput

Standard text input field with support for validation, icons, and themes.

Usage Example

new TextInput(placeholder: "Enter name").WithIcon(Lucide.User);

Properties

PropertyDescription
placeholderHelpful text shown when empty.
valueControlled value of the input.
typeHTML input types like text, password, etc.
disabledBoolean to prevent interaction.

Style Customization

All eQuantic.UI components accept Tailwind CSS utilities to ensure they integrate seamlessly with your brand.