Installation & Setup
Add @driveloader/react to your project using npm, pnpm, yarn, or bun.
installation.tsx
| 1 | npm install @driveloader/react |
| 2 | # or |
| 3 | pnpm add @driveloader/react |
| 4 | # or |
| 5 | yarn 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.
