UNPKG

@arolariu/components

Version:

🎨 70+ beautiful, accessible React components built on Base UI. TypeScript-first, CSS Modules styling, tree-shakeable, SSR-ready. Perfect for modern web apps, design systems & rapid prototyping. Zero config, maximum flexibility! ⚡

6 lines (5 loc) • 383 B
export { durations, easings } from "./tokens.js"; export { fadeIn, fadeInDown, fadeInUp, reducedMotion, scaleIn, slideInFromLeft, slideInFromRight } from "./presets.js"; export { Collapse } from "./Collapse.js"; export { Presence } from "./Presence.js"; export { AnimatePresence, motion, stagger, useAnimate, useAnimation, useInView, useMotionValue, useSpring } from "motion/react";