noreo
v1.0.3
Published
A compact and customizable loader component for React.
Downloads
16
Readme
https://github.com/user-attachments/assets/0a944584-2e0a-4dc4-8c21-7b936b7b21b2
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.
Usage
To start using the library, install it in your project:
npm install noreoUse the loader in your app.
import { Loader } from 'noreo';
function MyComponent() {
return (
<div>
<Loader variant="spinner" />
</div>
);
}Documentation
Find the full API reference, customization options, and examples in the documentation :)
