UNPKG

react-fade-image

Version:

[Little demo with Storybook here](https://eatsjobs.github.io/react-fade-image/) Simple react lazy fade image component. The image loads when it's in viewport by listening to scroll event (with throttled function every 200ms) The Obstruction of the image

8 lines (5 loc) 132 B
import { configure } from '@storybook/react'; function loadStories() { require('../stories'); } configure(loadStories, module);