Skip to main content
zerotal

Documentation


Documentation / @zerotal/flow-ui / index / SpinnerProps

Interface: SpinnerProps

Defined in: flow-ui/src/components/Spinner.tsx:29

Indexable

[key: string]: unknown

Properties

size?

optional size?: "default" | "sm" | "lg"

Defined in: flow-ui/src/components/Spinner.tsx:30


label?

optional label?: string | null

Defined in: flow-ui/src/components/Spinner.tsx:32

Announced to screen readers. Pass null inside a container that already says it.


class?

optional class?: string

Defined in: flow-ui/src/components/Spinner.tsx:33