Getting Started with the KendoReact File Saver
Premium

Updated on Sep 15, 2026

This article covers adding the File Saver package to your project and importing its functions.

ninja-iconThe File Saver is part of KendoReact premium, an enterprise-grade UI library with 120+ free and premium components for building polished, performant apps. Test-drive all features with a free 30-day trial.Start Free Trial

Installing the Package

To add the Kendo UI File Saver package to your project, run the following command. The package has no external dependencies:

sh
npm install --save @progress/kendo-file-saver

Importing Functions

File Saver uses named exports. Import only the functions you need:

js
import { saveAs, encodeBase64 } from '@progress/kendo-file-saver';

Check the API Reference for a complete list of exported functions.

Next Steps

In this article
Installing the PackageImporting FunctionsNext Steps
Not finding the help you need?
Contact Support