UNPKG

react18-loaders

Version:

A comprehensive library that unleashes the full potential of React 18 server components, providing customizable loading animation components alongside a fullscreen loader container. Designed to seamlessly integrate with React and Next.js.

8 lines (7 loc) 197 B
/** * Don't export client side components from here. * * Hooks are okay to export from here as they do not require "use client" directive. */ export * from "./client"; export * from "./hooks";