Child element of the <Dropdown> component.
Supports click events through the onClick prop and the possibility to redirect to other pages through the to prop.
Supports subitems through the items prop and by passing a render function to the children prop.
Usage
import { DropdownItem } from 'nr1';Props
 REQUIREDnode | (node|function)[] | Content to display inside the item.It also accepts a render method as a last children when rendering nested lists. It requires to pass an array to the   | 
 string | Appends class names to the component.Should be used only for positioning and spacing purposes.  | 
 boolean | If   | 
 array | Items to renders a sublist of the current item.This prop also requires to pass a function as a last   | 
 function | Callback fired any time the user clicks on the item. function ( | 
 boolean | Shows the option as selected.  | 
 object | Inline style for custom styling.Should be used only for positioning and spacing purposes.  | 
 string | Adds a   | 
 shape|string | Location object or url string to link to. shape 
 REQUIREDstring
 string
 string |