import { InlineLoading } from "@wfp/react"; () => { return <InlineLoading description="Loading..." />; };
boolean
Specify whether the load was successful
Specify whether the load was failed
ReactNode
Specify the description for the inline loading text
number
Provide a delay for the setTimeout for success or failed
setTimeout
() => void
Provide an optional handler to be invoked when <InlineLoading> is successful
Provide an optional handler to be invoked when <InlineLoading> is failed
string
Specify a custom className to be applied to the container node