DocSpace-buildtools/web/ASC.Web.Components/example/stories/loaders
2019-06-05 10:40:38 +03:00
..
loaders.stories.js web: components: Added new type of Loader 2019-06-05 10:40:38 +03:00
README.md web: Init Loader component 2019-06-03 14:48:55 +03:00

Loaders: Loader

Usage

import { Loader } from 'asc-web-components';

Description

Loader component is used for displaying loading actions on a page.

Usage

<Loader color="black" width={64} height={64} type="oval" label="Loading..." />

Properties

Props Type Required Values Default Description
color string - - - Svg color
type oneOf - base, oval, dual-ring base -
height string or string - - - Svg height
width string or string - - - Svg width
label string - - - Svg aria-lable or text label