SmoothKit
v1.0.0
DocsComponents

Introduction

SmoothKit is a collection of lightweight, copy-paste React hooks for silky smooth interactions. Built for developers who care about the details but don’t want the overhead of heavy animation libraries.

Zero Layout Shift

Hooks like useSmoothImageLoad and useSmoothCollapse are designed specifically to prevent layout thrashing and jarring jumps.

Lightweight

Tiny footprint. Most hooks use native CSS transitions or lightweight RAF loops. No heavy bundles, no bloat.

Installation

Functionality is modular. You can install the core package to get all hooks, or just copy-paste individual files to keep your project lean.

npm install smoothkit