From ab5131097856ad096d63d687076ab469e8806d72 Mon Sep 17 00:00:00 2001 From: Joseph Mathew Date: Mon, 29 Jul 2024 17:25:45 +0530 Subject: [PATCH] Fixed formik folder link in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7b1a544c..2ce408408 100644 --- a/README.md +++ b/README.md @@ -116,8 +116,8 @@ Available components in neetoUI formik: - Slider You can refer the -[formik folder](https://github.com/bigbinary/neeto-ui/tree/main/src/components/formik) -to check for latest Formik components. +[formik folder](https://github.com/bigbinary/neeto-ui/tree/main/src/formik) to +check for latest Formik components. In order to use the neetoUI formik components, you need to wrap your form with the `Form` component.