UNPKG

xlibs-components

Version:

Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications

22 lines 1.16 kB
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'; export { VelocityScroll } from './velocity-scroll'; export { BoxReveal } from './box-reveal'; export { DotPattern } from './dot-pattern'; 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'; export { Dock, DockIcon } from './dock'; 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'; export { Globe } from './globe'; //# sourceMappingURL=index.d.ts.map