Screen.Recording.2025-04-21.at.7.10.58.PM.mov
Noreo is a compact, smooth, and minimal loader component for React. It offers a variety of beautiful loading animations and full theme support (light, dark, system) to elevate user experience.
To start using the library, install it in your project:
npm install noreo
Use the loader in your app.
import { Loader } from 'noreo';
function MyComponent() {
return (
<div>
<Loader variant="spinner" />
</div>
);
}
Find the full API reference, customization options, and examples in the documentation :)