# Svelte Material UI - Select Select menus provide the user with a choice between multiple items. # Installation ```sh npm install --save-dev @smui/select ``` # Examples and Usage Information https://sveltematerialui.com/demo/select # More Information See [Dropdown menu](https://material.io/components/menus#dropdown-menu) in the Material design spec. See [Select](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-select) in MDC-Web for information about the upstream library's architecture.