Loader

By default, loaders wont show until show is set to true.

<Loader show={true} />
Copy

Custom Color

Loaders can have custom CSS compatible colors which includes hex and color names.

<Loader show={true} color="salmon" />
Copy

Custom Styles

You can add your own custom class to the loader component or use the frui-loader CSS class.