From 4c9d413d4f91a06512af759a9a49fc2a5e6bd039 Mon Sep 17 00:00:00 2001 From: YUUU23 Date: Thu, 20 Jun 2024 23:03:52 -0500 Subject: [PATCH] add: add into documentation on center_img.jsx on how to add in multiple styling --- docs/assets/center_img.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets/center_img.jsx b/docs/assets/center_img.jsx index d2db94b1..8c5610db 100644 --- a/docs/assets/center_img.jsx +++ b/docs/assets/center_img.jsx @@ -6,7 +6,7 @@ import React from "react"; * @param {*} props : * src: image source * alt: image alternative text - * imgStyle: object, any image styles + * imgStyle: object, any image styles (props can be passed in as: `imgStyle={{ maxHeight: "600px", border: "solid" }}`) * @returns a component for uniformally centering images in the doc */