DocSpace-client/packages/asc-web-components/request-loader
2021-03-10 11:19:30 +03:00
..
index.js Web: Components: added story for RequestLoader 2021-03-10 11:19:30 +03:00
README.md Web: Components/Common: fix imports 2021-02-26 00:19:45 +03:00
request-loader.stories.js Web: Components: added story for RequestLoader 2021-03-10 11:19:30 +03:00
request-loader.test.js Web: Components: changed component hierarchy 2021-02-24 17:42:09 +03:00
styled-request-loader.js Web: Components/Common: fix imports 2021-02-26 00:19:45 +03:00

RequestLoader

RequestLoader component is used for displaying loading actions on a page

Usage

import RequestLoader from "@appserver/components/request-loader";
<RequestLoader label="Loading... Please wait..." />

Properties

Props Type Required Values Default Description
className string - - - Accepts class
fontColor string - - #999 Text label font color
fontSize string - - 12px Text label font size
id string - - - Accepts id
label string - - Loading... Please wait... Svg aria-label and text label
loaderColor string - - #999 Svg color
loaderSize string - - 16px Svg height and width value
style obj, array - - - Accepts css style
visible bool - - false Visibility
zIndex string - - 256 CSS z-index