0.0.0 • Published 4 years ago

@cec-commons/loading-panel v0.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

LoadingPanel

Display loading panel and will hide children when isLoading is true

Usage
import Loader from 'rp-reuse/lib/Loader';

<LoadingPanel isLoading={isLoading}>
    // jsx
    <div>Content</div>
</LoadingPanel>
Props
  • isLoading\ Type: boolean\ Required: true\ Description: display loader when value is true