# Loader Loader component is used for displaying loading actions on a page ### Usage ```js import Loader from "@docspace/components/loader"; ``` ```jsx ``` ### 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` | - |