The Web Share API allows users to share resources from the browser using native functionality. Let’s try a different modal display and share mechanism.
Let’s take a look at the KendoReact Window component, which allows you to resize, minimize, maximize and even drag windowed items on the web similar to desktop functionality.
Rich text editors are used in many React applications. Fortunately, you do not have to create one yourself. In this article, you will learn how to easily add a React Rich Text Editor with the help of the KendoReact component library and implement some of its awesome features.
In this blog post, we build a sample invoice in our React app using HTML and CSS and then generate a PDF file based on this content. Additionally we control the generated page size exclusively through CSS.