Spinner API
Learn about the Spinner component's props and CSS classes.Import
import { SpinnerProps } from "@prismane/core";
Props
Spinner
extends Flex component's props.
Name | Type | Description | Default |
---|---|---|---|
size | PrismaneBreakpoints | The size of the spinner component. | base |
CSS
Spinner
extends Flex component's CSS classes.
Rule | Global Class | Description |
---|---|---|
root | .PrismaneSpinner-root | The container of the spinner component. |
root | .PrismaneSpinner-root-{size} | The container of the spinner component based on it's size. |