UNPKG

@cec-commons/loading-panel

Version:

> TODO: description

19 lines (15 loc) 362 B
#### LoadingPanel Display loading panel and will hide children when isLoading is true ##### Usage ```jsx 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`