DocSpace-buildtools/web/ASC.Web.Components/example/stories/loaders/oval
2019-06-05 13:32:10 +03:00
..
oval.stories.js web: components: Split loaders stories 2019-06-05 13:32:10 +03:00
README.md web: components: Split loaders stories 2019-06-05 13:32:10 +03:00

Loaders: Oval

Usage

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

Description

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

Usage

<Loader color="black" size={40} type="oval" label="Loading..." />

Properties

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