Lacspace
Loading
React kit that feels alive
Adding motion and interactive polish to a React/Next.js app without pulling in a heavy animation library or a separate command-palette package.
Scroll reveals, animated counters, gradient text, tilt cards, marquees, a typewriter and a ⌘K command palette — no animation library, no CSS import. Every component respects prefers-reduced-motion and takes a className, so it drops into any Tailwind + Next.js app. React is the only peer dependency.
$ npm install @lacspace/ui<Reveal><Counter value={12480} /></Reveal>Returns animated on view
<Reveal> / <Counter> / <GradientText>Scroll-reveal, count-up and gradient text.<TiltCard> / <Marquee> / <Typewriter>Micro-interactions and motion.<CommandPalette> + useInView()⌘K palette and the IntersectionObserver hook.