From ced03bfc5355a317d95e8ab429c81f229e28853e Mon Sep 17 00:00:00 2001 From: Jalinson Diaz Date: Wed, 23 Nov 2022 16:19:37 -0300 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 6adbcd0..0076b54 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# React Scroll Utilities (Beta) +# React Scroll Utilities ![npm](https://img.shields.io/npm/v/react-scroll-utilities?color=%2301b37f) ![npm bundle size](https://img.shields.io/bundlephobia/min/react-scroll-utilities) ![npm](https://img.shields.io/npm/dw/react-scroll-utilities?color=%23620d7e) @@ -8,10 +8,6 @@ React Scroll Utilities is a Lightweight library to track scroll events like, pro [Want to see a demo?](https://react-scroll-utilities.netlify.app) -## Disclaimer - -This library is still on Beta phase, some components could get deprecated, implementations can change and generate breaking changes, so until futher notice I don't recommend to use it on real projects. Anyways I would be grateful if you use it and experiment with it. I'm still figuring out how to make some things and optimize implementations. So, if you have any ideas of new implementations/hooks/components please don't hesitate to open an issue. - ## Installation You will need React ++16.8 to make this library work, since it use hooks as it's main construction.