You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Set the text-align on the component."},
81
-
{Name: "children",Type: "node"},
82
-
{Name: "classes",Type: "object"},
83
-
{Name: "component",Type: "elementType",Description: "The component used for the root node."},
84
-
{Name: "gutterBottom",Type: "bool",Default: "false",Description: "If true, the text will have a bottom margin."},
85
-
{Name: "noWrap",Type: "bool",Default: "false",Description: "If true, the text will not wrap, but instead will truncate with a text overflow ellipsis."},
86
-
{Name: "paragraph",Type: "bool",Default: "false",Description: "If true, the element will be a paragraph element."},
{Name: "variantMapping",Type: "object",Default: "{ h1: 'h1', h2: 'h2', h3: 'h3', h4: 'h4', h5: 'h5', h6: 'h6', subtitle1: 'h6', subtitle2: 'h6', body1: 'p', body2: 'p', inherit: 'p' }",Description: "The component maps the variant prop to a range of different HTML element types."}
0 commit comments