xlibs-components
Version:
Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications
45 lines (44 loc) • 2.38 kB
JavaScript
// MagicUI Components - Optimized and Unified
export { UnifiedButton, unifiedButtonVariants } from './unified-button';
export { MagicCard, MagicCardHeader, MagicCardFooter, MagicCardTitle, MagicCardDescription, MagicCardContent } from './magic-card';
export { MagicInput } from './magic-input';
export { MagicBadge } from './magic-badge';
export { MagicProgress } from './magic-progress';
// Animation Components
export { VelocityScroll } from './velocity-scroll';
export { BoxReveal } from './box-reveal';
export { DotPattern } from './dot-pattern';
// Text Animation Components
export { TypingAnimation } from './typing-animation';
export { TextAnimate } from './text-animate';
export { TextReveal } from './text-reveal';
export { HyperText } from './hyper-text';
export { NumberTicker } from './number-ticker';
// Interactive Components - Temporarily disabled due to TypeScript errors
// export { Marquee } from './marquee'
// export { MarqueeDemoVertical } from './marquee-demo-vertical'
// export { Terminal, AnimatedSpan } from './terminal'
// export { default as HeroVideoDialog } from './hero-video-dialog'
// export { AnimatedList } from './animated-list'
// export { AnimatedListDemo } from './animated-list-demo'
export { Dock, DockIcon } from './dock';
// export { DockDemo } from './dock-demo'
// Utility Components
export { AnimatedCircularProgressBar } from './animated-circular-progress-bar';
export { ScriptCopyBtn } from './script-copy-btn';
export { ProgressiveBlur } from './progressive-blur';
export { AnimatedBeam } from './animated-beam';
export { BorderBeam } from './border-beam';
export { Confetti, ConfettiButton } from './confetti';
// 3D and Interactive Components
export { Globe } from './globe';
// Legacy Button Components (Deprecated - Use UnifiedButton instead)
// export { MagicButton } from './magic-button'
// export { ShinyButton } from './shiny-button'
// export { ShinyButtonDemo } from './shiny-button-demo'
// export { InteractiveHoverButton } from './interactive-hover-button'
// export { InteractiveHoverButtonDemo } from './interactive-hover-button-demo'
// export { AnimatedSubscribeButton } from './animated-subscribe-button'
// export { AnimatedSubscribeButtonDemo } from './animated-subscribe-button-demo'
// export { PulsatingButton } from './pulsating-button'
// export { PulsatingButtonDemo } from './pulsating-button-demo'