Skip to content

Commit 23dd3b2

Browse files
author
fpapado
committed
Update LazyImageFull story info
1 parent 76a6557 commit 23dd3b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stories/LazyImageFull.story.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ const Container = ({children}) => (
2424
storiesOf('LazyImageFull', module).add(
2525
'Basic use',
2626
withInfo(
27-
'Component that preloads the image once in the viewport and only swaps once ready'
27+
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.
2830
)(() => (
2931
<Container>
3032
<LazyImageFull src="https://www.fillmurray.com/g/600/400">

0 commit comments

Comments
 (0)