- PopLoader(props: LoaderProps & RefAttributes<HTMLDivElement>): ReactNode
Returns ReactNode
Properties
Readonly$$typeof
$$typeof: symbol
OptionaldefaultProps
defaultProps?: Partial<LoaderProps & RefAttributes<HTMLDivElement>> OptionaldisplayName
displayName?: string
OptionalpropTypes
propTypes?: WeakValidationMap<LoaderProps & RefAttributes<HTMLDivElement>>
Loader that renders in the top right corner. Suggested use: indicate data revalidation.
Requires a parent with
position: relative.