Child element of the <Steps> component.
Usage
import { StepsItem } from 'nr1'Props
 string | Provide a label for screen readers to describe the step. This is only required if the screen reader label should be different to the   | 
 boolean | If   | 
 REQUIREDnode | Content to render inside the item.  | 
 string | Appends class names to the component.Should be used only for positioning and spacing purposes.  | 
 boolean | Use disabled to prevent users from opening the step by clicking on its label.  | 
 boolean | When true, it will show the content of the step.  | 
 REQUIREDstring | Label of the step.  | 
 function | |
 object | Inline style for custom styling.Should be used only for positioning and spacing purposes.  | 
 string | Adds a   | 
 any | Used by the   |