FloatIndicator
Last updated
Was this helpful?
A component displayed over the rest of the interface, to indicate a temporary state.
import { Main, FloatIndicator } from '@aragon/ui'
function App() {
return (
<Main>
<FloatIndicator>Fetching data…</FloatIndicator>
</Main>
)
}visibleBoolean
true
Set to true to display the indicator.
childrenReact node
None
The content of the indicator.
shiftType: Number
Default value: 0
Use this property to shift the position of the float indicator from its “end position” (right on left to right languages).
Last updated
Was this helpful?
Was this helpful?
