You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I do love the default loading icon with mantine, it would be great if we could simply pass in an icon to be used.
For <Loading> this may not be worth the effort, as you could simply just import your own icon anyway.
However the <LoadingOverlay> provides a nice utility with the transparent screen over the parent container.
I'd love to be able to do: <LoadingOverlay icon={<FontAwesomeIcon icon={faSpinner} spin />} /> and have the overlay effect with my spinner.
This doesn't seem to be something we can manually do with the <Overlay> component as it purely an overlay without children.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
While I do love the default loading icon with mantine, it would be great if we could simply pass in an icon to be used.
For
<Loading>this may not be worth the effort, as you could simply just import your own icon anyway.However the
<LoadingOverlay>provides a nice utility with the transparent screen over the parent container.I'd love to be able to do:
<LoadingOverlay icon={<FontAwesomeIcon icon={faSpinner} spin />} />and have the overlay effect with my spinner.This doesn't seem to be something we can manually do with the
<Overlay>component as it purely an overlay without children.All reactions