DriveLoader Logo
DriveLoaderv1.2.0
Docs/Installation & Setup

Installation & Setup

Add @driveloader/react to your project using npm, pnpm, yarn, or bun.

installation.tsx
1npm install @driveloader/react
2# or
3pnpm add @driveloader/react
4# or
5yarn add @driveloader/react

Usage Notes

After installing, remember to import the optional CSS stylesheet '@driveloader/react/styles.css' in your root layout or index entry point for default skeleton placeholder and gallery grid styles.