@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! ⚡
14 lines (10 loc) • 650 B
text/typescript
// Motion tokens
export {durations, easings, type Duration, type Easing} from "./tokens";
// Animation presets
export {fadeIn, fadeInDown, fadeInUp, reducedMotion, scaleIn, slideInFromLeft, slideInFromRight} from "./presets";
// Components
export {Collapse, type CollapseProps} from "./Collapse";
export {Presence, type PresenceProps} from "./Presence";
// Re-exports from motion/react for convenience
export {AnimatePresence, motion, stagger, useAnimate, useAnimation, useInView, useMotionValue, useSpring} from "motion/react";
export type {HTMLMotionProps, SpringOptions, Transition, UseInViewOptions, Variant} from "motion/react";