Modern Loader

A modern, dynamic code loader designed for AI-powered coding environments.

Loading...

Installation

npx shadcn@latest add @scrollxui/modern-loader 

Usage

import ModernLoader from '@/components/ui/modern-loader';
<ModernLoader
  words={['Setting things up...', 'Loading modules...', 'Writing some magic…']}
/>

API Reference

Modern Loader

A modern, dynamic code loader designed for AI-powered coding environments.

Props

PropertyTypeDefaultDescription
wordsstring[]array of words
Array of messages displayed with typing animation in the loader.

Built withby Ahdeetai.