Spinner
Indicate an action running in the background.
Usage
import { Spinner } from "@skyltmax/ds9"Examples
Circle
The default circle variant fits most use cases.
Code
Line
The line variant is suitable for more subtle decoration such as inside inputs.
Code
Sizes
Aside from the default size there is also a small size suitable for buttons.
Code
Inverted
The inverted option can be used to display the dark version in light mode and vice versa.
Code