Skip to content

Ukhang/noreo

Repository files navigation

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.

Usage

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>
  );
}

Documentation

Find the full API reference, customization options, and examples in the documentation :)

About

A compact and customizable loader component for React.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published