Library Index

Select

A high-fidelity selection artifact for navigating complex state matrices. Engineered for precision and rapid operational switching.

Execution

Core
Variants
ID: NEURAL_LINK
Geo_Node_Mapping
Active_Zone:NEO_TOKYO.ZONE_LOCKED

Preview

Core
Scaling
xs_scale
sm_scale
md_scale
lg_scale
xl_scale

API Reference

Core
PropTypeDefaultDescription
size"xs" | "sm" | "md" | "lg" | "xl""md"Mechanical scale of the trigger and list items.
valuestring-The currently active identifier in the matrix.
onValueChange(value: string) => voidnullTriggered when a new operational state is selected.

Usage

Core
<Select value={val} onValueChange={setVal}> <SelectTrigger placeholder="Protocol..." /> <SelectContent> <SelectItem value="A">Alpha_Node</SelectItem> <SelectItem value="B">Beta_Link</SelectItem> </SelectContent> </Select>