npx ui-thing@latest add loader
So you can use any of the loaders located on the Iconify Website. Simply copy the name of the loader and paste it into the icon
prop.
You can adjust the size of the loader by passing a CSS class to the class
prop.
You can adjust the color of the loader by passing a CSS class to the class
prop.
The loader can operate as a full page loader by passing the full-page
prop.
When the full-page
prop is passed, the loader will take up the entire screen.
It can be closed manually or by pressing the esc
key.