Loading spinners are used when retrieving data or performing slow computations, and help to notify users that loading is underway.
import { Loading } from "@wfp/react"
Use the Loading spinner to indicate a loading time between 1 and 7 seconds. For shorter loading times don't use any loader and for longer use a progress bar to indicate the remaining time.
import { Loading } from "@wfp/react"; <Loading active withOverlay={false}> Text </Loading>;
import { Loading } from "@wfp/react"; <Loading active withOverlay={false} small> Small </Loading>;
import { Loading } from "@wfp/react"; <Loading active withOverlay> Overlay </Loading>;