Skip to content

Spin

Spin

Note that Spin is built with SVG inside.

jsx
import Spin from 'intergalactic/spin';
<Spin />;
import Spin from 'intergalactic/spin';
<Spin />;

SpinProps

& {...}
NameTypeDescription
sizeSpinner size
theme"dark" | "invert" | stringSpinner theme. There are several default themes or you can use your own color
centeredbooleanWhether the spinner should be in the center of the parent. This works for a nested spinner in flex, otherwise only horizontal alignment will occur.

Released under the MIT License.

Released under the MIT License.