We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a6557 commit 23dd3b2Copy full SHA for 23dd3b2
stories/LazyImageFull.story.js
@@ -24,7 +24,9 @@ const Container = ({children}) => (
24
storiesOf('LazyImageFull', module).add(
25
'Basic use',
26
withInfo(
27
- 'Component that preloads the image once in the viewport and only swaps once ready'
+ LazyImageFull gives you more fine-grained control over the rendering, by passing the state to the render prop.
28
+ Useful if you are doing css transitions, and where only some parts of the tree need to change.
29
+ Anything you can implement with LazyImage, you can implement with LazyImageFull.
30
)(() => (
31
<Container>
32
<LazyImageFull src="https://www.fillmurray.com/g/600/400">
0 commit comments