A typography component with translation capabilities.
This component wraps the Material-UI Typography component and provides translation using react-i18next.
<Text children="welcome" variant="h6" color="primary" /> Copy
<Text children="welcome" variant="h6" color="primary" />
The typography properties.
A translated typography element.
A typography component with translation capabilities.
Remarks
This component wraps the Material-UI Typography component and provides translation using react-i18next.
Example