LoadingRing
Usage
import { Main, LoadingRing } from '@aragon/ui'
function App() {
return <Main><LoadingRing /></Main>
}Props
paused
pausedTYPE
DEFAULT VALUE
mode
modeTYPE
DEFAULT VALUE
Last updated
Was this helpful?
An animated loading indicator.
import { Main, LoadingRing } from '@aragon/ui'
function App() {
return <Main><LoadingRing /></Main>
}pausedBoolean
false
Set to true to pause the animation. Can be useful to optimize performances if the component is rendered but hidden.
mode"two-parts" or "half-circle"
"two-parts"
One of the predefined styles for the loading ring. The default is “two-parts”, which is smaller than “half-circle”.
Last updated
Was this helpful?
Was this helpful?
