@# Text

The __Text__ component adds accessible overflow behavior to a line of text by conditionally adding the title attribute
and truncating with an ellipsis when content overflows its container.

@reactExample TextExample

@## Props interface

__Text__ accepts and renders arbitrary children. It is intended that these children render as text.

@interface TextProps
