UNPKG

@ronchalant/react-loading-overlay

Version:

Loading overlays with fade, spinner, message support. Updated for compatibility with React 17. Forked from https://github.com/derrickpelletier/react-loading-overlay - which does not appear to be maintained at this point.

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