# Component: Hot sync loader

Our Limio Hot Sync automatically brings in customer data from Zuora into Limio when customers log in. If the customer has a lot of Zuora data to sync, this process can take a few seconds to a few minutes. Instead of showing your customers a blank screen, we recommend using the hot sync loader component.

This component will display a configurable message to your users, and will disappear when the hot sync is successful. Use it on the first page that your customers will hit after logging in.

## Props

| Prop name       | Type      | Default                                                                  | Behaviour                                               |
| --------------- | --------- | ------------------------------------------------------------------------ | ------------------------------------------------------- |
| Loading Heading | String    | Please wait                                                              | Heading text displayed when the hot sync is in progress |
| Loading Body    | Rich text | We are fetching your data                                                | Body text displayed when the hot sync is in progress    |
| Error Heading   | String    | Oops!                                                                    | Heading text displayed if the hot sync errors           |
| Error Body      | Rich text | Something went wrong getting your data. Please contact the support team. | Body text displayed if the hot sync errors              |
