From 53655681f8053baa31ac901e8c3a435d533f70ed Mon Sep 17 00:00:00 2001 From: Nate Wang Date: Mon, 18 Mar 2024 10:50:30 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fefcba6..6dad1fa 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ While there're already some form libraries/frameworks focus on state management or reuseful components, NiceForm mainly focus on form layout, conditionally show/hide form fields, switch view/edit modes, etc, in a meta based approach. +> ***Also check out our another nice utility! [nice-modal-react](https://github.com/eBay/nice-modal-react)! 😜*** + [![NPM](https://img.shields.io/npm/v/@ebay/nice-form-react.svg)](https://www.npmjs.com/package/@ebay/nice-form-react) [![build](https://github.com/ebay/nice-form-react/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/eBay/nice-form-react/actions/workflows/build.yml) [![Coverage](https://coveralls.io/repos/eBay/nice-form-react/badge.svg?branch=main&service=github)](https://coveralls.io/github/eBay/nice-form-react?branch=main)