DocSpace-client/packages/shared/components/loader
2024-04-17 10:55:33 +02:00
..
sub-components Fix Bug 67229 - Files. Loader animation does not work on macOS in Safari. 2024-04-05 12:43:02 +04:00
index.tsx DocEditor: Fix warning 2024-04-08 14:39:52 +04:00
Loader.enums.ts Replaced copyright start year + format 2024-03-21 18:09:55 +04:00
loader.stories.tsx Replaced copyright start year + format 2024-03-21 18:09:55 +04:00
Loader.styled.ts Client: Login: DocEditor Remove increasing value for RTL 2024-04-17 10:55:33 +02:00
loader.test.tsx Replaced copyright start year + format 2024-03-21 18:09:55 +04:00
Loader.types.ts Replaced copyright start year + format 2024-03-21 18:09:55 +04:00
README.md Client: fix wrong import - export for shared components 2024-01-10 11:01:43 +03:00

Loader

Loader component is used for displaying loading actions on a page

Usage

import { Loader } from "@docspace/shared/components/loader";
<Loader type={LoaderTypes.base} color="black" size="18px" label="Loading" />

Properties

Props Type Required Values Default Description
className string - - - Class name
color string - - - Font color
id string - - - Accepts id
label string - - - Text label
size string - - 40px Font size
style obj, array - - - Accepts css style
type oneOf - base, oval, dual-ring, rombs base -