From 933339ed9683f2c743df58651762d8103711b2b4 Mon Sep 17 00:00:00 2001 From: marabesi Date: Sun, 6 Oct 2024 14:06:57 +0200 Subject: [PATCH] docs: adds ref to drawer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b159aa..877c823 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ the practice of formatting or sharing information in formatting tools that are n - [How the useEffect Hook Works (with Examples)](https://daveceddia.com/useeffect-hook-examples/#when-does-useeffect-run) - [How to Use Web Workers in React](https://plainenglish.io/blog/web-worker-in-react) - [worker-timers](https://github.com/chrisguttandin/worker-timers) +- [Drawer example](https://codesandbox.io/p/sandbox/drawer-with-tailwind-css-48z1k3) ## Debounce