Blog>
Snippets

Installing TanStack Ranger Core Using npm

Provide the npm command line instruction to add TanStack Ranger Core as a dependency in a JavaScript project.
npm install @tanstack/react-ranger
This command installs the TanStack Ranger Core package via npm. It adds it as a dependency in your project's package.json file, making it available for import and use in your React project.