Other

Other useful configuration setups.

Custom Duration

Adjust the duration prop to control how fast or slow the loader animation plays.

<Loader duration={2000} />

Theme Adaptation

Control the theme of the loader manually by setting the theme prop to 'light', 'dark' or 'system'.

<Loader theme="dark" />