Spinner

A spinner is a component that displays a loading indicator to the user.

Imports

`Spinner` - The actual spinner component, it's also exported as default.

Installation

npx neel-ui add spinner

Example

With Label

Loading...

API Reference

Props of the `spinner` component. * denotes the default value.

Attribute
Type
Description
Parent
speed
`number`
The speed that the spinner should rotate at, defaults to `1000`.
`Spinner`