Skip to main content

Loader

You are reading an outdated document

Get the latest developer guides on Fynd Partners Help

Loader is used to indicate to merchants that a page is loading or an upload is processing.


Setup

To use loader on any page we need to use <fdk-loader> action component, which can we used with a if condition to enable at a particular scenario. e.g.:

<fdk-loader v-if="condition"></fdk-loader>

this code will enable the loader, which can also be given its own CSS by using this action component inside any theme specific loader component and then giving the desired css.