Typography
Use typography to present your design and content as clearly and efficiently as possible.
Too many type sizes and styles at once can spoil any layout. A typographic scale has a limited set of type sizes that work well together along with the layout grid.
๐ฌ Feedback
๐จ Material Design
#
Variantimport { Typography } from "@react-native-material/core";
<Typography variant="h3">Hi, text!</Typography>
#
Coloringimport { Typography } from "@react-native-material/core";
<Typography color="error">Hi, text!</Typography>