From 61719ba05b8b3643773b32d09352ec6f20f32ab3 Mon Sep 17 00:00:00 2001 From: Jannik Buschke <5894881+jannikbuschke@users.noreply.github.com> Date: Tue, 16 Jul 2024 08:22:37 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d25a745..6b739d4 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,18 @@ [![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors) [![license](https://badgen.now.sh/badge/license/MIT)](./LICENSE) -- [formik-antd v2 CodeSandbox (Ant Design 4)](https://codesandbox.io/s/github/jannikbuschke/formik-antd-example) -- [formik-antd v1 CodeSandbox (Ant Design 3)](https://codesandbox.io/s/github/jannikbuschke/formik-antd-example/tree/v1) -- [cra-antd-x (cra based template with an advanced setup)](https://github.com/jannikbuschke/cra-antd-x) +Install for ant design 5 (beta) +``` +npm i formik-antd@beta +``` -:sparkles: **Ant Design 4 ready** +Install for ant design 4 +``` +npm i formik-antd +``` + +- [formik-antd v2 CodeSandbox (Ant Design 4)](https://codesandbox.io/s/github/jannikbuschke/formik-antd-example) -`Ant Design v4` has landed and so has `formik-antd v2`. -Version 1 of this library, which is now in maintenance mode, supports Ant Design v3. Version 2 of this library supports Ant Design 4. Both v1 and v2 of this library work with Formik v1 and v2. # formik-antd