New to KendoReactLearn about KendoReact Free.

Typography

Represents the KendoReact Typography component.

jsx
const App = () => {
  return (
      <Typography.h2>Heading 2</Typography.h2>
  );
};
   ReactDOM.render(<App />, document.querySelector('my-app'));
Not finding the help you need?
Contact Support