# @availity/form

> Form Wrapper around formik using reactstrap components

Latest version **2.0.5** (published 2026-09-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install @availity/form
pnpm add @availity/form
yarn add @availity/form
bun add @availity/form
```

## Health

**Score 60/100 (C)** — status: active.

Positive: esm support; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 2.0.5 |
| Published | 2026-09-15 |
| First published | 2019-07-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 6 |
| Unpacked size | 159.3 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 54 |
| Author | Kyle Gray <kyle.gray@availity.com> |
| Maintainers | dnoler, jselden, cbaker1, twarner, gregmartdotin, hnicbaker, chrishavekost, jordan-a-young, availity-cicd-bot, lauroxx |
| Keywords | react, availity, form, formik |

## Links

- npm: https://www.npmjs.com/package/@availity/form
- Repository: https://github.com/Availity/availity-react
- Homepage: https://availity.github.io/availity-react/form/index
- Issues: https://github.com/Availity/availity-react/issues
- npm.io page: https://npm.io/package/@availity/form

## Dependencies (6)

- [uuid](https://npm.io/package/uuid.md) ^10.0.0
- [classnames](https://npm.io/package/classnames.md) ^2.5.1
- [prop-types](https://npm.io/package/prop-types.md) ^15.8.1
- [@availity/icon](https://npm.io/package/@availity/icon.md) 1.0.1
- [@availity/message-core](https://npm.io/package/@availity/message-core.md) ^9.2.0
- [react-currency-input-field](https://npm.io/package/react-currency-input-field.md) ^3.10.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 2.0.5 (latest) — 2026-09-15
- 1.5.3-alpha.0 (canary) — 2022-08-30
- 2.0.4 — 2026-09-14
- 2.0.3 — 2026-08-05
- 2.0.2 — 2026-06-24
- 2.0.1 — 2026-06-16
- 2.0.0 — 2026-06-12
- 1.10.7 — 2026-03-05
- 1.10.6 — 2025-10-17
- 1.10.5 — 2025-08-13
- 1.10.4 — 2025-07-23
- 1.10.3 — 2025-04-11
- 1.10.2 — 2025-03-10
- 1.10.1 — 2025-02-13
- 1.10.0 — 2024-11-12
- … 108 more at https://npm.io/package/@availity/form/versions

## README

# @availity/form

## ⚠️ Deprecated

This package is deprecated and no longer actively maintained. Future updates are not guaranteed. We recommend migrating to [`@availity/element`](https://availity.github.io/element).

---

> Availity form components that are wired to be hooked up to [formik](https://github.com/jaredpalmer/formik)

[![Version](https://img.shields.io/npm/v/@availity/form.svg?style=for-the-badge)](https://www.npmjs.com/package/@availity/form)
[![NPM Downloads](https://img.shields.io/npm/dt/@availity/form.svg?style=for-the-badge)](https://www.npmjs.com/package/@availity/form)
[![Dependecy Status](https://img.shields.io/librariesio/release/npm/@availity/form?style=for-the-badge)](https://github.com/Availity/availity-react/blob/master/packages/form/package.json)

## Installation

### NPM

```bash
npm install @availity/form
```

### Yarn

```bash
yarn add @availity/form
```

## Documentation

Check out more documentation at [availity.github.io](https://availity.github.io/availity-react/form/)

---
_Source: https://npm.io/package/@availity/form · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
