```
# Forms: Select
## Default Select
_with no class (uses default Foundation form styling)_
```
```
_with class applied_
```
```
## Default Select with Option Groups
```
```
## Select Sizes
```
```
## Narrow select
_By default, a `form--select` will take the full width of its container element.
In most cases it is recommended to apply a width to the container element, but
in certain circumstances the `-narrow` variant may be preferable._
```
```
# Forms: Text fields
## Default text field
_with no class (uses default Foundation form styling)_
```
```
_with class applied_
```
```
## Text field sizes
```
```