Skip to content

Select

A select is a form control that allows users to select an option from a list of options.

Import

Terminal window
import { Select } from "@aeonkit/react";

Usage

Default

Uses the native select element to render a dropdown list.

Props

API Interface: SelectProps