# certara-loader



<!-- Auto Generated Below -->


## Properties

| Property     | Attribute    | Description                                                                                                                                                               | Type                                 | Default     |
| ------------ | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | ----------- |
| `color1`     | `color-1`    | Accepts a CSS variable (e.g. `var(--certara-red)`) or a valid CSS color value (name, hex, rgb, rgba, hsl, etc.)                                                           | `string`                             | `undefined` |
| `color2`     | `color-2`    | Accepts a CSS variable (e.g. `var(--certara-yellow)`) or a valid CSS color value (name, hex, rgb, rgba, hsl, etc.)                                                        | `string`                             | `undefined` |
| `fullscreen` | `fullscreen` |                                                                                                                                                                           | `boolean`                            | `false`     |
| `size`       | `size`       | Used for `variant="spinner"` and accepts a value of `24px`, `3rem`, `128px`, or any other valid CSS size value. The default sizing is inherited from the parent container | `string`                             | `undefined` |
| `variant`    | `variant`    |                                                                                                                                                                           | `"circle" \| "hexagon" \| "spinner"` | `'circle'`  |


## Dependencies

### Used by

 - [certara-select](../select)

### Graph
```mermaid
graph TD;
  certara-select --> certara-loader
  style certara-loader fill:#f9f,stroke:#333,stroke-width:4px
```

----------------------------------------------


