Loading Spinner Theme
Last updated
Was this helpful?
This feature is available on Beefree SDK paid plans only.
The default Beefree SDK theme is grayscale and generally can be used with any color scheme. In v3, you can now choose between a dark and light theme for the loading animation, so it can better fit the host application’s UI. If you would like to change the loading icon and/or have more granular control of the loading theme, please view our article about using custom CSS.
Available themes:
light
dark
var beeConfig = {
uid: config.uid,
...
loadingSpinnerTheme: 'dark'
...
}
Last updated
Was this helpful?
Was this helpful?

