# @toptal/picasso-forms

[![Picasso NPM package](https://img.shields.io/npm/v/@toptal/picasso-forms?color=green&logo=toptal)](https://www.npmjs.com/package/@toptal/picasso-forms)

This package combines the state-management power of [React Final Form](https://final-form.org/react) with the amazing UX of Picasso. It also provides access to [React Final Form Arrays](https://github.com/final-form/react-final-form-arrays).

## Prerequisites

The following peer dependencies are required:

- `@toptal/picasso`
- `@toptal/picasso-shared`
- `react`
- `react-dom`

## Setup

- `yarn add @toptal/picasso-forms`

## Limitations

Not all final-form features are exposed through this package. If you find a missing one, please [open a Pull Request](../../CONTRIBUTING.md) and add it!

For more info on what's available, check [the index](./src/index.ts).

## Documentation

Documentation and demos are available at [picasso.toptal.net](https://picasso.toptal.net/).
