Loading
Loading is a spinning icon used to indicate that something is loading.
How to Use
Loading has a default IconSize of Large, and accepts all common props. The rotation rate is set to a multiple of the clock time and is not configurable.
local Neuron = require(Packages.Neuron)
local Loading = Neuron.Loading
local IconSize = Neuron.Enums.IconSize
...
React.createElement(Loading, {
size = IconSize.Medium,
})Last updated on