The Loading component can be used by importing { Loading } from "finallyreact".
Prop Name | Prop Type | Description |
---|---|---|
color | string | Any FinallyReact color or hex value |
rainbow | boolean | Rainbow loading component |
simple | boolean | Simple loading component with no styles |
spinnerProps | HTMLAttributes | Props for the spinner |
text | string | Text label below the spinner |
textProps | HTMLAttributes | Props for the text content |