customreact-loader-ui

1.0.4 • Public • Published

customreact-loader-ui

A simple customizable React loader UI component that works in both Create React App and Vite projects.


📦 Installation

npm install customreact-loader-ui


import React from "react";
import { Loader } from "customreact-loader-ui";

function App() {
  return (
    <div>
      <h1>Loading...</h1>
      <Loader size="60px" color="#ff6600" />
    </div>
  );
}

export default App;

/customreact-loader-ui/

    Package Sidebar

    Install

    npm i customreact-loader-ui

    Weekly Downloads

    11

    Version

    1.0.4

    License

    ISC

    Unpacked Size

    2.04 kB

    Total Files

    3

    Last publish

    Collaborators

    • esitorsunil