Skip to content

API Reference / @gtkx/components / DropDown

Variable: DropDown

const DropDown: <T, S, C>(props) => ReactNode

Defined in: drop-down.d.ts:30

Renders a drop-down widget (Gtk.DropDown by default, or the widget given as component) backed by a collection model, with customizable rendering for the selected item, the popup list rows, and section headers.

Type Parameters

T

T = unknown

S

S = unknown

C

C extends ElementType = typeof GtkDropDown

Parameters

props

DropDownProps<T, S, C>

Returns

ReactNode

Released under the MPL-2.0 License.