> For the complete documentation index, see [llms.txt](https://docs.sentre.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sentre.io/design-pricinples/select.md).

# Select

### Usage

A dropdown menu for displaying choices - an elegant alternative to the native element. Utilizing Radio is recommended when there are fewer total options (less than 5).

### States

![](/files/KQMe1iKj5sGzsqx2AxFv)

### Specs

We provide 3 sizes of select: large, default and small:

* Large

![](/files/uMyGpU9Zzu0PIjRbAEcO)

* Default

![](/files/3B9WcJ1AVbdzUhxwEVra)

* Small

![](/files/FOMyJo33ng6h81XrNOZl)

### Sample code

```
// Some code
```
