# BarChartLoader

Bar chart loader

## Installation

```tsx
import { BarChartLoader } from 'uxp/components';
```

## Signature

```tsx
const BarChartLoader: React.FunctionComponent<IWidgetPreloaderLoaderProps>
```

## Properties

| Name     | Type            | Mandatory | Default Value | Example Value |
| -------- | --------------- | --------- | ------------- | ------------- |
| children | React.ReactNode | No        | -             | -             |

## Related Types

* [IWidgetPreloaderLoaderProps](https://help.iviva.com/uxp/v5/additional-resources/types/iwidgetpreloaderloaderprops)
