Default

Function: default()

[object Object]

Defined in: app/components/UI/Select.tsx:39

A styled dropdown selection component.

This component provides a standardized wrapper for the native <select> element, including a vertical label layout and consistent padding, borders, and focus rings to match the rest of the form suite. It maps through the provided options array to generate the child <option> elements automatically.

Parameters

props

[object Object]

The component properties and native select attributes.

Returns

[object Object]

Component

On this page