getSpinIconClasses(props?: Pick<SpinnerProps, "speed">): string
Get just the icon spin class (for adding to existing icons)
optional
props: Pick<SpinnerProps, "speed">
Spinner configuration
getSpinIconClasses(props?: Pick<SpinnerProps, "speed">): string
Get just the icon spin class (for adding to existing icons)
props: Pick<SpinnerProps, "speed">
Spinner configuration
import { getSpinIconClasses } from ".";