A wrapper around the browser native select input.
<Ui.Native.Select value="item_1" items=[ Ui.ListItem.Item(content: <>"Item 1"</>, matchString: "Item 1", key: "item_1"), Ui.ListItem.Item(content: <>"Item 2"</>, matchString: "Item 2", key: "item_2"), Ui.ListItem.Item(content: <>"Item 3"</>, matchString: "Item 3", key: "item_3") ]/>
<> <Ui.Native.Select size={Ui.Size.Px(12)} value="item_1" items=[ Ui.ListItem.Item( content: <>"Item 1"</>, matchString: "Item 1", key: "item_1") ] /> <Ui.Native.Select size={Ui.Size.Px(16)} value="item_1" items=[ Ui.ListItem.Item( content: <>"Item 1"</>, matchString: "Item 1", key: "item_1") ] /> <Ui.Native.Select size={Ui.Size.Px(20)} value="item_1" items=[ Ui.ListItem.Item( content: <>"Item 1"</>, matchString: "Item 1", key: "item_1") ] /></>
Mint UI is a design system and component library for building websites, web and desktop applications.