Skip to content

Installation

Setting up React Navigable List is simple and straightforward. Follow these steps to integrate it into your React application.

Prerequisites

Before installing, ensure you have the following:

  • Node.js: 16.14.0 or higher (Recommended: 18.x or 20.x LTS)
  • React: 18.3.1

Install the Library

You can install the library using either npm or yarn:

Terminal window
# Using npm
npm i react-navigable-list
# Using Yarn
yarn add react-navigable-list