> For the complete documentation index, see [llms.txt](https://redd.gitbook.io/react-advanced-form/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://redd.gitbook.io/react-advanced-form/getting-started/installation.md).

# Installation

## Prerequisites

* [Node](https://nodejs.org) (6.0+)
* [npm](https://www.npmjs.com) (4.0+)

## Peer dependencies

Make sure to have the following [peer dependencies](https://nodejs.org/en/blog/npm/peer-dependencies/) installed in your application:

* [React](https://github.com/facebook/react) (15.0+)

## React Advanced Form

Install the library using the following command:

```bash
npm install react-advanced-form --save
```
