New to KendoReact? Learn about KendoReact Free.
Typography
Updated on Jan 7, 2026
Represents the KendoReact Typography component.
jsx
const App = () => {
return (
<Typography.h2>Heading 2</Typography.h2>
);
};