Spinner
import { Spinner } from '@tulsa/core';
<Spinner size={"sm"} />
<Spinner size={"md"} />
<Spinner size={"lg"} />
Props
Name | Type | Description | Default |
---|---|---|---|
size | 'sm' | 'md' | 'lg' | Controls the relative size of the spinner | "sm" |
Native props are forwarded to the root component.