We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0504a commit 3fe0710Copy full SHA for 3fe0710
docs/Recipes.md
@@ -73,6 +73,8 @@ const LazyImage = ({ width, height, src, ...rest }) => {
73
export default LazyImage
74
```
75
76
+**See [Codesandbox](https://codesandbox.io/embed/lazy-image-load-mjsgc)**
77
+
78
## Trigger animations
79
80
Triggering animations once they enter the viewport is also a perfect use case
0 commit comments