From 984a6286aae1205fc57861fb16a10e2eaecf1905 Mon Sep 17 00:00:00 2001 From: Otho DuBois <65867719+okdv@users.noreply.github.com> Date: Thu, 26 Nov 2020 18:58:09 -0600 Subject: [PATCH] Update README.md Updated once more now that there is a live demo on gh-pages --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dfafdca..576eca2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This is a lightweight package that allows you to easily implement auto-tabbing (focusing the next input), even in your existing project. You can auto-tab forward on maxLength, keypress, or both! You can even reverse-tab on backspacing an empty input! +## Demo / Example + +[Go to this page to see a live demo!] (https://okdv.github.io/react-auto-tab/) + ## Installation Use the package manager [npm](https://www.npmjs.com/get-npm) to install react-auto-tab.