Skip to main content

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

Variant#

import { Typography } from "@react-native-material/core";
<Typography variant="h3">Hi, text!</Typography>

Coloring#

import { Typography } from "@react-native-material/core";
<Typography color="error">Hi, text!</Typography>