diff --git a/README.md b/README.md index 967a107..3e46d69 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,14 @@ A simple example of how this works: - `useScrollytelling`: Context consumer. - `useScrollToLabel`: Scrolls to the label you pass. +## Demo + +[https://scrollytelling.basement.studio/](https://scrollytelling.basement.studio/) + ## Examples +- Full demo: [https://scrollytelling.basement.studio/](https://scrollytelling.basement.studio/). +- - Simple tweening: [https://stackblitz.com/edit/react-ts-8rqm8k?file=App.tsx](https://stackblitz.com/edit/react-ts-8rqm8k?file=App.tsx) - With Lenis Smooth Scroll: [https://stackblitz.com/edit/react-ts-uuwfed?file=App.tsx](https://stackblitz.com/edit/react-ts-uuwfed?file=App.tsx) - Layered pinning: [https://stackblitz.com/edit/react-ts-4dtlww?file=App.tsx](https://stackblitz.com/edit/react-ts-4dtlww?file=App.tsx)