Command Palette

Search for a command to run...

Docs
Input With Select

Input With Select

A modern input field with an integrated select dropdown for currency or unit selection

Loading...

Installation

Props

PropTypeDefaultDescription
labelstring"Amount"The label for the input field
placeholderstring"0.00"Placeholder text for the input
options{ value: string; label: string }[][{value: "usd", label: "USD"}, ...]Options for the select dropdown
defaultValuestring"usd"Default selected option
stepnumber1Step increment for numeric input