initialLoader
Options for a loader while your form initializes
Overview
initialLoader
allows you to configure a loader to show as your Feathery form first loads for your user.
Example
initialLoader properties
Options for the loader as the form initializes. By default no loader will be shown while loading the form, unless the user is waiting on authentication.
Prop | Type | Description |
---|---|---|
|
| By default no loader will be shown while loading the form, unless the user is waiting on authentication. If this is explicitly false then no loader will be shown in both cases. If true, loader will be shown for both cases. |
|
| Defaults to a simple grey spinner. If using React SDK, accepts a JSX component. If using Javascript SDK, accepts a string of HTML, i.e. |
|
| Defaults to |
|
| Defaults to |
Last updated