eQuantic.UI Documentation

Component

Select

A dropdown menu for selecting single or multiple options.

Usage Example

new Select().AddOption("opt1", "Option 1").AddOption("opt2", "Option 2");

Properties

PropertyDescription
optionsList of available items.
multipleAllow selecting more than one option.
placeholderText shown when no selection is made.

Style Customization

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