Child element of the <Select> component.
Usage
import { SelectItem } from 'nr1'Props
 REQUIREDstring | Text to be shown as the option. Note only text is supported as a children.  | 
 string | Appends class names to the component.  | 
 object | Inline style for custom styling.Should be used only for positioning and spacing purposes.  | 
 string | Adds a   | 
 REQUIREDany | Value of the selected property. Can be any kind of value, including non-string primitives and objects.  |