Auto Generate Skeleton Loaders (No Manual Work)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MyrinNew
    Senior Member
    • Feb 2024
    • 5175

    #1

    Auto Generate Skeleton Loaders (No Manual Work)

    Tired of creating separate skeleton components for every UI? 😩


    I built a small npm package that solves this 👇


    👉 auto-loading-skeleton

    [https://www.npmjs.com/package/auto-loading-skeleton]


    ⚡ What it does

    Just wrap your component and it automatically generates a matching skeleton UI.


    No duplication. No maintenance.


    🛠️ Usage






    import { AutoSkeleton } from "auto-loading-skeleton";
    AutoSkeleton loading={isLoading}>
    YourComponent />
    AutoSkeleton>








    🔥 Why use it?
    • No manual skeleton design
    • Always matches your UI
    • Saves development time
    • Clean & simple


    Perfect for

    Dashboards, cards, API-based UI, and modern apps.


    Would love your feedback 🙌




    More...
Working...