From ccb0bab0c05555a82c180d8735b8304d802a1f90 Mon Sep 17 00:00:00 2001 From: Oluwatobi Sofela Date: Wed, 6 May 2026 21:27:05 +0100 Subject: [PATCH] docs: Add stylesheet to code snippets --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9a9a3d9..6284c0a 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,7 @@ The [`serverDependenciesToBundle`](https://remix.run/docs/en/1.19.0/file-convent ```diff + "use client"; import { ImageGallery } from "react-image-grid-gallery"; +import "react-image-grid-gallery/style.css"; import { YouTubePlaylist } from "@codesweetly/react-youtube-playlist"; ``` @@ -299,6 +300,7 @@ function YourComponent() { Loading...}> {() => { const ImageGallery = require("react-image-grid-gallery").ImageGallery; + require("react-image-grid-gallery/style.css"); return (