Skip to content
#

material-ui

Here are 5,335 public repositories matching this topic...

danejorgensen
danejorgensen commented Sep 17, 2020

What you were expecting:
Can apply custom theme to LoadingIndicator component

What happened instead:
LoadingIndicator is default color. Does not pass styles to RefreshIconButton

It does pass the styles to the CircularProgress component while isLoading is true.

Steps to reproduce:

import { LoadingIndicator } from 'react-admin';

theme => ({
  indicator: {
    colo
gabrielliwerant
gabrielliwerant commented Oct 3, 2019

In the serverside-pagination example, we have some sample means of adding loading indicators. Loading indicators are a common and important part of the serverside experience, so we should have some better examples here so that other devs can work from good ideas, and we can keep full-fledged loading indicator options out of the core library (E.g. gregnb/mui-datatables#958

Improve this page

Add a description, image, and links to the material-ui topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the material-ui topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.