Typography
Component
Represents the KendoReact Typography component.
Definition
Package:@progress/kendo-react-common
Syntax:
jsx
const App = () => {
return (
<Typography.h2>Heading 2</Typography.h2>
);
};
Properties
props
TypographyProps
The props of the Typography component.