Loading spinner for components

hi, how to add a loading spinner to components that doesnt have that option in the UI? How do I add a spinner to radioGropup for example while the query responsible for the content is still fetching?

Wrapping them in a container or form that does have the concept of "loading" is probably the only practical option.
You could set your component to disabled if the query isFetching but that could be less intuitive to users.

1 Like

thank you! <3

1 Like